Home
last modified time | relevance | path

Searched refs:e_phoff (Results 1 – 2 of 2) sorted by relevance

/hyp/misc/elf/src/
A Delf_loader.c87 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()
/hyp/interfaces/elf/include/
A Delf.h115 Elf_Off e_phoff; member

Completed in 8 milliseconds