Lines Matching defs:elf_info
126 struct elf_info { struct
127 unsigned long size;
128 Elf_Ehdr *hdr;
129 Elf_Shdr *sechdrs;
130 Elf_Sym *symtab_start;
131 Elf_Sym *symtab_stop;
132 Elf_Section export_sec;
133 Elf_Section export_unused_sec;
134 Elf_Section export_gpl_sec;
135 Elf_Section export_unused_gpl_sec;
136 Elf_Section export_gpl_future_sec;
137 char *strtab;
138 char *modinfo;
139 unsigned int modinfo_len;
164 static inline unsigned int get_secindex(const struct elf_info *info, in get_secindex() argument