Lines Matching defs:elf_info
136 struct elf_info { struct
137 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;
146 Elf_Section export_gpl_future_sec;
147 char *strtab;
148 char *modinfo;
149 unsigned int modinfo_len;
174 static inline unsigned int get_secindex(const struct elf_info *info, in get_secindex() argument