Lines Matching refs:tosec
929 const char *tosec[20]; member
940 .tosec = { ALL_INIT_SECTIONS, NULL },
946 .tosec = { ALL_XXXINIT_SECTIONS, NULL },
952 .tosec = { INIT_SECTIONS, NULL },
961 .tosec = { ALL_EXIT_SECTIONS, NULL },
967 .tosec = { ALL_EXIT_SECTIONS, NULL },
974 .tosec = { INIT_SECTIONS, NULL },
981 .tosec = { CPU_INIT_SECTIONS, NULL },
988 .tosec = { MEM_INIT_SECTIONS, NULL },
995 .tosec = { EXIT_SECTIONS, NULL },
1002 .tosec = { CPU_EXIT_SECTIONS, NULL },
1009 .tosec = { MEM_EXIT_SECTIONS, NULL },
1016 .tosec = { ALL_EXIT_SECTIONS, NULL },
1023 .tosec = { ALL_INIT_SECTIONS, NULL },
1030 .tosec = { INIT_SECTIONS, EXIT_SECTIONS, NULL },
1037 const char *fromsec, const char *tosec) in section_mismatch() argument
1045 match(tosec, check->tosec)) in section_mismatch()
1098 const char *tosec, const char *tosym) in secref_whitelist() argument
1101 if (match(tosec, init_data_sections) && in secref_whitelist()
1107 if (strcmp(tosec, ".init.text") == 0 && in secref_whitelist()
1113 if (match(tosec, init_exit_sections) && in secref_whitelist()
1120 match(tosec, init_sections)) in secref_whitelist()
1301 const char *tosec, const char *tosym, in report_sec_mismatch() argument
1326 modname, fromsec, fromaddr, from, fromsym, from_p, to, tosec, in report_sec_mismatch()
1332 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1345 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1358 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1367 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1382 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1396 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1413 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1429 prl_to = sec2annotation(tosec); in report_sec_mismatch()
1444 const char *tosec; in check_section_mismatch() local
1447 tosec = sec_name(elf, get_secindex(elf, sym)); in check_section_mismatch()
1448 mismatch = section_mismatch(fromsec, tosec); in check_section_mismatch()
1462 fromsec, fromsym, tosec, tosym)) { in check_section_mismatch()
1465 is_function(from), tosec, tosym, in check_section_mismatch()