Searched defs:elf (Results 1 – 1 of 1) sorted by relevance
/scripts/mod/ |
D | modpost.c | 727 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name() 789 static void check_section(const char *modname, struct elf_info *elf, in check_section() 1140 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name() 1156 static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr, in find_elf_symbol() 1204 static Elf_Sym *find_elf_symbol2(struct elf_info *elf, Elf_Addr addr, in find_elf_symbol2() 1280 static void default_mismatch_handler(const char *modname, struct elf_info *elf, in default_mismatch_handler() 1305 static int is_executable_section(struct elf_info* elf, unsigned int section_index) in is_executable_section() 1313 static void report_extable_warnings(const char* modname, struct elf_info* elf, in report_extable_warnings() 1351 static void extable_mismatch_handler(const char* modname, struct elf_info *elf, in extable_mismatch_handler() 1374 static void check_section_mismatch(const char *modname, struct elf_info *elf, in check_section_mismatch() [all …]
|