Searched refs:elf_phdr_count (Results 1 – 5 of 5) sorted by relevance
57 elf_uval(elf, elf->ehdr, e_phentsize) * elf_phdr_count(elf); in elf_init()473 count = elf_phdr_count(elf); in elf_parse_binary()510 count = elf_phdr_count(elf); in elf_load_binary()
145 unsigned elf_phdr_count(struct elf_binary *elf) in elf_phdr_count() function185 unsigned count = elf_phdr_count(elf); in elf_phdr_by_index()
520 count = elf_phdr_count(elf); in elf_xen_parse()
266 count = elf_phdr_count(&elf); in main()
308 unsigned elf_phdr_count(struct elf_binary *elf);
Completed in 11 milliseconds