Searched refs:mod_warn (Results 1 – 1 of 1) sorted by relevance
| /linux/scripts/mod/ |
| H A D | modpost.c | 98 #define mod_warn(mod, fmt, args...) modpost_log(false, mod, fmt, ##args) macro 640 mod_warn(mod, "'%s' is COMMON symbol\n", symname); in handle_symbol() 792 mod_warn(mod, "unexpected non-allocatable section '%s'.\n" in check_section() 1060 mod_warn(mod, "section mismatch in reference: %s%s0x%x (section: %s) -> %s (section: %s)\n", in default_mismatch_handler() 1151 mod_warn(mod, "EXPORT_SYMBOL used for init symbol '%s'. Remove __init or EXPORT_SYMBOL.\n", in check_export_symbol() 1154 mod_warn(mod, "EXPORT_SYMBOL used for exit symbol '%s'. Remove __exit or EXPORT_SYMBOL.\n", in check_export_symbol() 1642 mod_warn(mod, "missing MODULE_DESCRIPTION()\n"); in read_symbols() 1922 mod_warn(mod, "EXPORT symbol '%s' version generation failed, symbol will not be versioned.\n" in add_exported_symbols() 1948 mod_warn(mod, "symbol '%s' has no CRC!\n", s->name); in add_extended_versions() 1991 mod_warn(mod, "symbol '%s' has no CRC!\n", s->name); in add_versions()
|