Lines Matching refs:fromsym

1218 			    const char *fromsec, const char *fromsym,  in secref_whitelist()  argument
1224 strstarts(fromsym, "__param")) in secref_whitelist()
1230 strstarts(fromsym, "__param_ops_")) in secref_whitelist()
1236 match(fromsym, mismatch->symbol_white_list)) in secref_whitelist()
1251 match(fromsym, optim_symbols)) in secref_whitelist()
1255 if (strstarts(fromsym, ".L")) in secref_whitelist()
1440 const char *fromsym, in report_sec_mismatch() argument
1457 modname, fromsec, fromaddr, from, fromsym, from_p, to, tosec, in report_sec_mismatch()
1469 prl_from, fromsym, in report_sec_mismatch()
1471 fromsym, prl_to, tosym); in report_sec_mismatch()
1483 fromsym, to, prl_to, tosym, to_p); in report_sec_mismatch()
1494 fromsym, to, to, tosym, to_p, prl_to, tosym); in report_sec_mismatch()
1505 fromsym, to, prl_to, tosym, to_p); in report_sec_mismatch()
1519 from, prl_from, fromsym, from_p, in report_sec_mismatch()
1521 tosym, fromsym, tosym); in report_sec_mismatch()
1536 from, prl_from, fromsym, from_p, in report_sec_mismatch()
1553 from, prl_from, fromsym, from_p, in report_sec_mismatch()
1584 const char *fromsym; in default_mismatch_handler() local
1587 fromsym = sym_name(elf, from); in default_mismatch_handler()
1589 if (strstarts(fromsym, "reference___initcall")) in default_mismatch_handler()
1598 fromsec, fromsym, tosec, tosym)) { in default_mismatch_handler()
1600 fromsec, r->r_offset, fromsym, in default_mismatch_handler()
1656 Elf_Sym* fromsym = find_elf_symbol2(elf, r->r_offset, fromsec); in report_extable_warnings() local
1657 const char* fromsym_name = sym_name(elf, fromsym); in report_extable_warnings()
1665 get_pretty_name(is_function(fromsym), in report_extable_warnings()