Lines Matching refs:sectioncheck
1021 struct sectioncheck { struct
1028 const struct sectioncheck* const mismatch, argument
1034 const struct sectioncheck* const mismatch,
1038 static const struct sectioncheck sectioncheck[] = { variable
1128 static const struct sectioncheck *section_mismatch( in section_mismatch()
1132 int elems = sizeof(sectioncheck) / sizeof(struct sectioncheck); in section_mismatch()
1133 const struct sectioncheck *check = §ioncheck[0]; in section_mismatch()
1217 static int secref_whitelist(const struct sectioncheck *mismatch, in secref_whitelist()
1437 const struct sectioncheck *mismatch, in report_sec_mismatch()
1577 const struct sectioncheck* const mismatch, in default_mismatch_handler()
1652 const struct sectioncheck* const mismatch, in report_extable_warnings()
1690 const struct sectioncheck* const mismatch, in extable_mismatch_handler()
1729 const struct sectioncheck *mismatch = section_mismatch(fromsec, tosec); in check_section_mismatch()