Searched refs:elf_info (Results 1 – 4 of 4) sorted by relevance
| /scripts/mod/ |
| D | modpost.h | 102 struct elf_info { struct 126 static inline unsigned int get_secindex(const struct elf_info *info, in get_secindex() argument 155 static inline bool is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name() 165 void symsearch_init(struct elf_info *elf); 166 void symsearch_finish(struct elf_info *elf); 167 Elf_Sym *symsearch_find_nearest(struct elf_info *elf, Elf_Addr addr, 172 void handle_moddevtable(struct module *mod, struct elf_info *info, 184 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym);
|
| D | symsearch.c | 50 static unsigned int symbol_count(struct elf_info *elf) in symbol_count() 68 static void symsearch_populate(struct elf_info *elf, in symsearch_populate() 124 void symsearch_init(struct elf_info *elf) in symsearch_init() 139 void symsearch_finish(struct elf_info *elf) in symsearch_finish() 153 Elf_Sym *symsearch_find_nearest(struct elf_info *elf, Elf_Addr addr, in symsearch_find_nearest()
|
| D | modpost.c | 325 static void *sym_get_data_by_offset(const struct elf_info *info, in sym_get_data_by_offset() 333 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym) in sym_get_data() 339 static const char *sech_name(const struct elf_info *info, Elf_Shdr *sechdr) in sech_name() 345 static const char *sec_name(const struct elf_info *info, unsigned int secindex) in sec_name() 417 static int parse_elf(struct elf_info *info, const char *filename) in parse_elf() 587 static void parse_elf_finish(struct elf_info *info) in parse_elf_finish() 593 static int ignore_undef_symbol(struct elf_info *info, const char *symname) in ignore_undef_symbol() 622 static void handle_symbol(struct module *mod, struct elf_info *info, in handle_symbol() 685 static char *get_next_modinfo(struct elf_info *info, const char *tag, in get_next_modinfo() 705 static char *get_modinfo(struct elf_info *info, const char *tag) in get_modinfo() [all …]
|
| D | file2alias.c | 1601 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable()
|