Lines Matching refs:fromsym
1156 const char *fromsec, const char *fromsym, in secref_whitelist() argument
1162 (strncmp(fromsym, "__param", strlen("__param")) == 0)) in secref_whitelist()
1168 (strncmp(fromsym, "__param_ops_", strlen("__param_ops_")) == 0)) in secref_whitelist()
1174 match(fromsym, mismatch->symbol_white_list)) in secref_whitelist()
1189 match(fromsym, optim_symbols)) in secref_whitelist()
1372 const char *fromsym, in report_sec_mismatch() argument
1391 modname, fromsec, fromaddr, from, fromsym, from_p, to, tosec, in report_sec_mismatch()
1403 prl_from, fromsym, in report_sec_mismatch()
1405 fromsym, prl_to, tosym); in report_sec_mismatch()
1417 fromsym, to, prl_to, tosym, to_p); in report_sec_mismatch()
1428 fromsym, to, to, tosym, to_p, prl_to, tosym); in report_sec_mismatch()
1439 fromsym, to, prl_to, tosym, to_p); in report_sec_mismatch()
1453 from, prl_from, fromsym, from_p, in report_sec_mismatch()
1455 tosym, fromsym, tosym); in report_sec_mismatch()
1470 from, prl_from, fromsym, from_p, in report_sec_mismatch()
1487 from, prl_from, fromsym, from_p, in report_sec_mismatch()
1518 const char *fromsym; in default_mismatch_handler() local
1521 fromsym = sym_name(elf, from); in default_mismatch_handler()
1523 if (!strncmp(fromsym, "reference___initcall", in default_mismatch_handler()
1533 fromsec, fromsym, tosec, tosym)) { in default_mismatch_handler()
1535 fromsec, r->r_offset, fromsym, in default_mismatch_handler()
1591 Elf_Sym* fromsym = find_elf_symbol2(elf, r->r_offset, fromsec); in report_extable_warnings() local
1592 const char* fromsym_name = sym_name(elf, fromsym); in report_extable_warnings()
1600 get_pretty_name(is_function(fromsym), in report_extable_warnings()