Lines Matching defs:mod

176 	struct module *mod;  in find_module()  local
188 struct module *mod; in new_module() local
251 static void sym_add_unresolved(const char *name, struct module *mod, bool weak) in sym_add_unresolved()
261 static struct symbol *sym_find_with_module(const char *name, struct module *mod) in sym_find_with_module()
349 static struct symbol *sym_add_exported(const char *name, struct module *mod, in sym_add_exported()
611 static void handle_symbol(struct module *mod, struct elf_info *info, in handle_symbol()
1064 static void check_export_symbol(struct module *mod, struct elf_info *elf, in check_export_symbol()
1134 static void check_section_mismatch(struct module *mod, struct elf_info *elf, in check_section_mismatch()
1329 static void section_rela(struct module *mod, struct elf_info *elf, in section_rela()
1371 static void section_rel(struct module *mod, struct elf_info *elf, in section_rel()
1420 static void check_sec_ref(struct module *mod, struct elf_info *elf) in check_sec_ref()
1469 static void extract_crcs_for_object(const char *object, struct module *mod) in extract_crcs_for_object()
1531 static void mod_set_crcs(struct module *mod) in mod_set_crcs()
1563 struct module *mod; in read_symbols() local
1687 static void check_exports(struct module *mod) in check_exports()
1749 static void keep_no_trim_symbols(struct module *mod) in keep_no_trim_symbols()
1766 static void check_modname_len(struct module *mod) in check_modname_len()
1779 static void add_header(struct buffer *b, struct module *mod) in add_header()
1809 static void add_exported_symbols(struct buffer *buf, struct module *mod) in add_exported_symbols()
1847 static void add_extended_versions(struct buffer *b, struct module *mod) in add_extended_versions()
1890 static void add_versions(struct buffer *b, struct module *mod) in add_versions()
1926 static void add_depends(struct buffer *b, struct module *mod) in add_depends()
1955 static void add_srcversion(struct buffer *b, struct module *mod) in add_srcversion()
2021 static void write_vmlinux_export_c_file(struct module *mod) in write_vmlinux_export_c_file()
2034 static void write_mod_c_file(struct module *mod) in write_mod_c_file()
2085 struct module *mod; in read_dump() local
2133 struct module *mod; in write_dump() local
2155 struct module *mod; in write_namespace_deps_files() local
2202 struct module *mod; in main() local