Lines Matching defs:modname
78 static int is_vmlinux(const char *modname) in is_vmlinux()
103 static struct module *find_module(char *modname) in find_module()
113 static struct module *new_module(char *modname) in new_module()
733 static void check_section(const char *modname, struct elf_info *elf, in check_section()
1128 static void report_sec_mismatch(const char *modname, enum mismatch mismatch, in report_sec_mismatch()
1255 static void check_section_mismatch(const char *modname, struct elf_info *elf, in check_section_mismatch()
1358 static void section_rela(const char *modname, struct elf_info *elf, in section_rela()
1402 static void section_rel(const char *modname, struct elf_info *elf, in section_rel()
1472 static void check_sec_ref(struct module *mod, const char *modname, in check_sec_ref()
1545 static void read_symbols(char *modname) in read_symbols()
1888 char *symname, *modname, *d, *export, *end; in read_dump() local
1977 char *marker, *modname, *fmt; in read_markers() local