Searched defs:elf_info (Results 1 – 1 of 1) sorted by relevance
136 struct elf_info { struct137 size_t size;138 Elf_Ehdr *hdr;139 Elf_Shdr *sechdrs;140 Elf_Sym *symtab_start;141 Elf_Sym *symtab_stop;142 Elf_Section export_sec;143 Elf_Section export_unused_sec;144 Elf_Section export_gpl_sec;145 Elf_Section export_unused_gpl_sec;[all …]