Searched refs:fromsym (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/scripts/mod/
H A Dmodpost.c1156 const char *fromsec, const char *fromsym, secref_whitelist()
1162 (strncmp(fromsym, "__param", strlen("__param")) == 0)) secref_whitelist()
1168 (strncmp(fromsym, "__param_ops_", strlen("__param_ops_")) == 0)) secref_whitelist()
1174 match(fromsym, mismatch->symbol_white_list)) secref_whitelist()
1189 match(fromsym, optim_symbols)) secref_whitelist()
1372 const char *fromsym, report_sec_mismatch()
1391 modname, fromsec, fromaddr, from, fromsym, from_p, to, tosec, report_sec_mismatch()
1403 prl_from, fromsym, report_sec_mismatch()
1405 fromsym, prl_to, tosym); report_sec_mismatch()
1417 fromsym, to, prl_to, tosym, to_p); report_sec_mismatch()
1428 fromsym, to, to, tosym, to_p, prl_to, tosym); report_sec_mismatch()
1439 fromsym, to, prl_to, tosym, to_p); report_sec_mismatch()
1453 from, prl_from, fromsym, from_p, report_sec_mismatch()
1455 tosym, fromsym, tosym); report_sec_mismatch()
1470 from, prl_from, fromsym, from_p, report_sec_mismatch()
1487 from, prl_from, fromsym, from_p, report_sec_mismatch()
1518 const char *fromsym; default_mismatch_handler() local
1521 fromsym = sym_name(elf, from); default_mismatch_handler()
1523 if (!strncmp(fromsym, "reference___initcall", default_mismatch_handler()
1533 fromsec, fromsym, tosec, tosym)) { default_mismatch_handler()
1535 fromsec, r->r_offset, fromsym, default_mismatch_handler()
1591 Elf_Sym* fromsym = find_elf_symbol2(elf, r->r_offset, fromsec); report_extable_warnings() local
1592 const char* fromsym_name = sym_name(elf, fromsym); report_extable_warnings()
1600 get_pretty_name(is_function(fromsym), report_extable_warnings()
1155 secref_whitelist(const struct sectioncheck *mismatch, const char *fromsec, const char *fromsym, const char *tosec, const char *tosym) secref_whitelist() argument
1368 report_sec_mismatch(const char *modname, const struct sectioncheck *mismatch, const char *fromsec, unsigned long long fromaddr, const char *fromsym, int from_is_func, const char *tosec, const char *tosym, int to_is_func) report_sec_mismatch() argument

Completed in 62 milliseconds