Searched refs:Elf_Phdr (Results 1 – 4 of 4) sorted by relevance
91 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()
18 Elf_Phdr *
136 } Elf_Phdr; typedef
100 Elf_Phdr *phdr = elf_get_phdr(elf, i); in rootvm_package_load_elf()
Completed in 19 milliseconds