Searched defs:elf (Results 1 – 3 of 3) sorted by relevance
| /scripts/mod/ |
| 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 | 715 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name() 778 static void check_section(const char *modname, struct elf_info *elf, in check_section() 1050 static Elf_Sym *find_fromsym(struct elf_info *elf, Elf_Addr addr, in find_fromsym() 1056 static Elf_Sym *find_tosym(struct elf_info *elf, Elf_Addr addr, Elf_Sym *sym) in find_tosym() 1073 static bool is_executable_section(struct elf_info *elf, unsigned int secndx) in is_executable_section() 1081 static void default_mismatch_handler(const char *modname, struct elf_info *elf, in default_mismatch_handler() 1131 static void check_export_symbol(struct module *mod, struct elf_info *elf, in check_export_symbol() 1201 static void check_section_mismatch(struct module *mod, struct elf_info *elf, in check_section_mismatch() 1392 static void get_rel_type_and_sym(struct elf_info *elf, uint64_t r_info, in get_rel_type_and_sym() 1427 static void section_rela(struct module *mod, struct elf_info *elf, in section_rela() [all …]
|
| D | modpost.h | 166 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name()
|