Searched refs:elf_info (Results 1 – 4 of 4) sorted by relevance
/scripts/mod/ |
A D | modpost.h | 138 struct elf_info { struct 164 static inline unsigned int get_secindex(const struct elf_info *info, in get_secindex() argument 193 static inline bool is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name() 203 void symsearch_init(struct elf_info *elf); 204 void symsearch_finish(struct elf_info *elf); 205 Elf_Sym *symsearch_find_nearest(struct elf_info *elf, Elf_Addr addr, 210 void handle_moddevtable(struct module *mod, struct elf_info *info, 222 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym);
|
A 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()
|
A D | modpost.c | 318 static void *sym_get_data_by_offset(const struct elf_info *info, in sym_get_data_by_offset() 326 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym) in sym_get_data() 405 static int parse_elf(struct elf_info *info, const char *filename) in parse_elf() 578 static void parse_elf_finish(struct elf_info *info) in parse_elf_finish() 613 static void handle_symbol(struct module *mod, struct elf_info *info, in handle_symbol() 696 static char *get_modinfo(struct elf_info *info, const char *tag) in get_modinfo() 702 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name() 977 static Elf_Sym *find_fromsym(struct elf_info *elf, Elf_Addr addr, in find_fromsym() 1331 static void section_rela(struct module *mod, struct elf_info *elf, in section_rela() 1373 static void section_rel(struct module *mod, struct elf_info *elf, in section_rel() [all …]
|
A D | file2alias.c | 1474 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable()
|
Completed in 12 milliseconds