Lines Matching refs:sectioncheck
967 struct sectioncheck { struct
974 const struct sectioncheck* const mismatch, argument
980 const struct sectioncheck* const mismatch,
984 static const struct sectioncheck sectioncheck[] = { variable
1074 static const struct sectioncheck *section_mismatch( in section_mismatch()
1078 int elems = sizeof(sectioncheck) / sizeof(struct sectioncheck); in section_mismatch()
1079 const struct sectioncheck *check = §ioncheck[0]; in section_mismatch()
1155 static int secref_whitelist(const struct sectioncheck *mismatch, in secref_whitelist()
1369 const struct sectioncheck *mismatch, in report_sec_mismatch()
1511 const struct sectioncheck* const mismatch, in default_mismatch_handler()
1587 const struct sectioncheck* const mismatch, in report_extable_warnings()
1625 const struct sectioncheck* const mismatch, in extable_mismatch_handler()
1666 const struct sectioncheck *mismatch = section_mismatch(fromsec, tosec); in check_section_mismatch()