Searched refs:e_phoff (Results 1 – 2 of 2) sorted by relevance
87 if (util_add_overflows((uintptr_t)elf_file, ehdr->e_phoff)) { in elf_valid()91 Elf_Phdr *phdr = (Elf_Phdr *)((uintptr_t)elf_file + ehdr->e_phoff); in elf_valid()134 Elf_Phdr *phdr = (Elf_Phdr *)((uintptr_t)elf_file + ehdr->e_phoff); in elf_get_phdr()149 Elf_Phdr *phdr = (Elf_Phdr *)((uintptr_t)elf_file + ehdr->e_phoff); in elf_load_phys()
115 Elf_Off e_phoff; member
Completed in 8 milliseconds