• Home
  • Raw
  • Download

Lines Matching refs:tosec

1155 		const char *fromsec, const char *tosec)  in section_mismatch()  argument
1167 if (*tosec == '\0') in section_mismatch()
1172 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
1174 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
1245 const char *tosec, const char *tosym) in secref_whitelist() argument
1248 if (match(tosec, init_data_sections) && in secref_whitelist()
1254 if (strcmp(tosec, ".init.text") == 0 && in secref_whitelist()
1260 if (match(tosec, init_exit_sections) && in secref_whitelist()
1267 match(tosec, init_sections)) in secref_whitelist()
1276 match(tosec, init_sections) && in secref_whitelist()
1468 const char *tosec, const char *tosym, in report_sec_mismatch() argument
1483 modname, fromsec, fromaddr, from, fromsym, from_p, to, tosec, in report_sec_mismatch()
1489 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1502 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1515 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1524 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1539 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1553 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1570 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1586 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1606 const char *tosec; in default_mismatch_handler() local
1618 tosec = sec_name(elf, get_secindex(elf, sym)); in default_mismatch_handler()
1624 fromsec, fromsym, tosec, tosym)) { in default_mismatch_handler()
1627 is_function(from), tosec, tosym, in default_mismatch_handler()
1680 const char* fromsec, const char* tosec) in report_extable_warnings() argument
1700 to_pretty_name, tosec, tosym_name, to_pretty_name_p); in report_extable_warnings()
1702 if (!match(tosec, mismatch->bad_tosec) && in report_extable_warnings()
1712 fromsec, (long)r->r_offset, tosec, tosec, tosec); in report_extable_warnings()
1720 const char* tosec = sec_name(elf, get_secindex(elf, sym)); in extable_mismatch_handler() local
1724 report_extable_warnings(modname, elf, mismatch, r, sym, fromsec, tosec); in extable_mismatch_handler()
1726 if (match(tosec, mismatch->bad_tosec)) in extable_mismatch_handler()
1732 fromsec, (long)r->r_offset, tosec, modname); in extable_mismatch_handler()
1740 fromsec, (long)r->r_offset, tosec); in extable_mismatch_handler()
1747 fromsec, (long)r->r_offset, tosec); in extable_mismatch_handler()
1754 const char *tosec = sec_name(elf, get_secindex(elf, sym)); in check_section_mismatch() local
1755 const struct sectioncheck *mismatch = section_mismatch(fromsec, tosec); in check_section_mismatch()