Searched refs:elf_shdr_count (Results 1 – 5 of 5) sorted by relevance
130 unsigned elf_shdr_count(struct elf_binary *elf) in elf_shdr_count() function152 unsigned i, count = elf_shdr_count(elf); in elf_shdr_by_name()171 unsigned count = elf_shdr_count(elf); in elf_shdr_by_index()
67 elf_uval(elf, elf->ehdr, e_shentsize) * elf_shdr_count(elf); in elf_init()82 count = elf_shdr_count(elf); in elf_init()
553 count = elf_shdr_count(elf); in elf_xen_parse()
287 count = elf_shdr_count(&elf); in main()
307 unsigned elf_shdr_count(struct elf_binary *elf);
Completed in 8 milliseconds