Lines Matching defs:elf_info
119 struct elf_info { struct
120 unsigned long size;
121 Elf_Ehdr *hdr;
122 Elf_Shdr *sechdrs;
123 Elf_Sym *symtab_start;
124 Elf_Sym *symtab_stop;
125 Elf_Section export_sec;
126 Elf_Section export_unused_sec;
127 Elf_Section export_gpl_sec;
128 Elf_Section export_unused_gpl_sec;
129 Elf_Section export_gpl_future_sec;
130 char *strtab;
131 char *modinfo;
132 unsigned int modinfo_len;
157 static inline unsigned int get_secindex(const struct elf_info *info, in get_secindex() argument