Lines Matching defs:elf_info
135 struct elf_info { struct
136 size_t size;
137 Elf_Ehdr *hdr;
138 Elf_Shdr *sechdrs;
139 Elf_Sym *symtab_start;
140 Elf_Sym *symtab_stop;
141 Elf_Section export_sec;
142 Elf_Section export_gpl_sec;
143 char *strtab;
144 char *modinfo;
145 unsigned int modinfo_len;
170 static inline unsigned int get_secindex(const struct elf_info *info, in get_secindex() argument