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