Lines Matching defs:modname
100 static int is_vmlinux(const char *modname) in is_vmlinux()
125 static struct module *find_module(const char *modname) in find_module()
135 static struct module *new_module(const char *modname) in new_module()
924 static void check_section(const char *modname, struct elf_info *elf, in check_section()
1462 static void report_sec_mismatch(const char *modname, in report_sec_mismatch()
1602 static void default_mismatch_handler(const char *modname, struct elf_info *elf, in default_mismatch_handler()
1677 static void report_extable_warnings(const char* modname, struct elf_info* elf, in report_extable_warnings()
1715 static void extable_mismatch_handler(const char* modname, struct elf_info *elf, in extable_mismatch_handler()
1751 static void check_section_mismatch(const char *modname, struct elf_info *elf, in check_section_mismatch()
1863 static void section_rela(const char *modname, struct elf_info *elf, in section_rela()
1909 static void section_rel(const char *modname, struct elf_info *elf, in section_rel()
1981 static void check_sec_ref(struct module *mod, const char *modname, in check_sec_ref()
2014 static void read_symbols(const char *modname) in read_symbols()
2457 char *symname, *namespace, *modname, *d, *export, *end; in read_dump() local