Searched defs:elf_funcs (Results 1 – 1 of 1) sorted by relevance
30 struct elf_funcs { struct31 int (*compare_extable)(const void *a, const void *b);32 uint64_t (*ehdr_shoff)(Elf_Ehdr *ehdr);33 uint16_t (*ehdr_shstrndx)(Elf_Ehdr *ehdr);34 uint16_t (*ehdr_shentsize)(Elf_Ehdr *ehdr);58 extern struct elf_funcs elf_parser; argument