Lines Matching refs:tosec

1152 		const char *fromsec, const char *tosec)  in section_mismatch()  argument
1164 if (*tosec == '\0') in section_mismatch()
1169 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
1171 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
1242 const char *tosec, const char *tosym) in secref_whitelist() argument
1245 if (match(tosec, init_data_sections) && in secref_whitelist()
1251 if (strcmp(tosec, ".init.text") == 0 && in secref_whitelist()
1257 if (match(tosec, init_exit_sections) && in secref_whitelist()
1264 match(tosec, init_sections)) in secref_whitelist()
1273 match(tosec, init_sections) && in secref_whitelist()
1465 const char *tosec, const char *tosym, in report_sec_mismatch() argument
1480 modname, fromsec, fromaddr, from, fromsym, from_p, to, tosec, in report_sec_mismatch()
1486 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1499 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1512 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1521 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1536 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1550 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1567 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1583 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1603 const char *tosec; in default_mismatch_handler() local
1615 tosec = sec_name(elf, get_secindex(elf, sym)); in default_mismatch_handler()
1621 fromsec, fromsym, tosec, tosym)) { in default_mismatch_handler()
1624 is_function(from), tosec, tosym, in default_mismatch_handler()
1677 const char* fromsec, const char* tosec) in report_extable_warnings() argument
1697 to_pretty_name, tosec, tosym_name, to_pretty_name_p); in report_extable_warnings()
1699 if (!match(tosec, mismatch->bad_tosec) && in report_extable_warnings()
1709 fromsec, (long)r->r_offset, tosec, tosec, tosec); in report_extable_warnings()
1717 const char* tosec = sec_name(elf, get_secindex(elf, sym)); in extable_mismatch_handler() local
1721 report_extable_warnings(modname, elf, mismatch, r, sym, fromsec, tosec); in extable_mismatch_handler()
1723 if (match(tosec, mismatch->bad_tosec)) in extable_mismatch_handler()
1729 fromsec, (long)r->r_offset, tosec, modname); in extable_mismatch_handler()
1737 fromsec, (long)r->r_offset, tosec); in extable_mismatch_handler()
1744 fromsec, (long)r->r_offset, tosec); in extable_mismatch_handler()
1751 const char *tosec = sec_name(elf, get_secindex(elf, sym)); in check_section_mismatch() local
1752 const struct sectioncheck *mismatch = section_mismatch(fromsec, tosec); in check_section_mismatch()