Home
last modified time | relevance | path

Searched refs:Elf_Phdr (Results 1 – 4 of 4) sorted by relevance

/hyp/misc/elf/src/
A Delf_loader.c91 Elf_Phdr *phdr = (Elf_Phdr *)((uintptr_t)elf_file + ehdr->e_phoff); in elf_valid()
94 if (ehdr->e_phentsize != sizeof(Elf_Phdr)) { in elf_valid()
130 Elf_Phdr *
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()
154 Elf_Phdr *cur_phdr = &phdr[i]; in elf_load_phys()
/hyp/interfaces/elf/include/
A Delf_loader.h18 Elf_Phdr *
A Delf.h136 } Elf_Phdr; typedef
/hyp/vm/rootvm_package/src/
A Dpackage.c100 Elf_Phdr *phdr = elf_get_phdr(elf, i); in rootvm_package_load_elf()

Completed in 19 milliseconds