Lines Matching refs:fromsym
1097 const char *fromsec, const char *fromsym, in secref_whitelist() argument
1103 (strncmp(fromsym, "__param", strlen("__param")) == 0)) in secref_whitelist()
1109 (strncmp(fromsym, "__param_ops_", strlen("__param_ops_")) == 0)) in secref_whitelist()
1115 match(fromsym, mismatch->symbol_white_list)) in secref_whitelist()
1299 const char *fromsym, in report_sec_mismatch() argument
1326 modname, fromsec, fromaddr, from, fromsym, from_p, to, tosec, in report_sec_mismatch()
1338 prl_from, fromsym, in report_sec_mismatch()
1340 fromsym, prl_to, tosym); in report_sec_mismatch()
1352 fromsym, to, prl_to, tosym, to_p); in report_sec_mismatch()
1363 fromsym, to, to, tosym, to_p, prl_to, tosym); in report_sec_mismatch()
1374 fromsym, to, prl_to, tosym, to_p); in report_sec_mismatch()
1388 from, prl_from, fromsym, from_p, in report_sec_mismatch()
1390 tosym, fromsym, tosym); in report_sec_mismatch()
1405 from, prl_from, fromsym, from_p, in report_sec_mismatch()
1422 from, prl_from, fromsym, from_p, in report_sec_mismatch()
1453 const char *fromsym; in check_section_mismatch() local
1456 fromsym = sym_name(elf, from); in check_section_mismatch()
1462 fromsec, fromsym, tosec, tosym)) { in check_section_mismatch()
1464 fromsec, r->r_offset, fromsym, in check_section_mismatch()