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_unused_sec;
143 Elf_Section export_gpl_sec;
144 Elf_Section export_unused_gpl_sec;
145 Elf_Section export_gpl_future_sec;
146 char *strtab;
147 char *modinfo;
148 unsigned int modinfo_len;
173 static inline unsigned int get_secindex(const struct elf_info *info, in get_secindex() argument