Lines Matching refs:tosec

1087 		const char *fromsec, const char *tosec)  in section_mismatch()  argument
1099 if (*tosec == '\0') in section_mismatch()
1104 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
1106 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
1169 const char *tosec, const char *tosym) in secref_whitelist() argument
1172 if (match(tosec, init_data_sections) && in secref_whitelist()
1178 if (strcmp(tosec, ".init.text") == 0 && in secref_whitelist()
1184 if (match(tosec, init_exit_sections) && in secref_whitelist()
1191 match(tosec, init_sections)) in secref_whitelist()
1200 match(tosec, init_sections) && in secref_whitelist()
1386 const char *tosec, const char *tosym, in report_sec_mismatch() argument
1403 modname, fromsec, fromaddr, from, fromsym, from_p, to, tosec, in report_sec_mismatch()
1409 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1422 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1435 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1444 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1459 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1473 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1490 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1506 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1526 const char *tosec; in default_mismatch_handler() local
1538 tosec = sec_name(elf, get_secindex(elf, sym)); in default_mismatch_handler()
1544 fromsec, fromsym, tosec, tosym)) { in default_mismatch_handler()
1547 is_function(from), tosec, tosym, in default_mismatch_handler()
1600 const char* fromsec, const char* tosec) in report_extable_warnings() argument
1620 to_pretty_name, tosec, tosym_name, to_pretty_name_p); in report_extable_warnings()
1622 if (!match(tosec, mismatch->bad_tosec) && in report_extable_warnings()
1632 fromsec, (long)r->r_offset, tosec, tosec, tosec); in report_extable_warnings()
1640 const char* tosec = sec_name(elf, get_secindex(elf, sym)); in extable_mismatch_handler() local
1646 fromsec, tosec); in extable_mismatch_handler()
1648 if (match(tosec, mismatch->bad_tosec)) in extable_mismatch_handler()
1654 fromsec, (long)r->r_offset, tosec, modname); in extable_mismatch_handler()
1662 fromsec, (long)r->r_offset, tosec); in extable_mismatch_handler()
1669 fromsec, (long)r->r_offset, tosec); in extable_mismatch_handler()
1676 const char *tosec = sec_name(elf, get_secindex(elf, sym)); in check_section_mismatch() local
1677 const struct sectioncheck *mismatch = section_mismatch(fromsec, tosec); in check_section_mismatch()