Lines Matching refs:sectioncheck
979 struct sectioncheck { struct
986 const struct sectioncheck* const mismatch, argument
992 const struct sectioncheck* const mismatch,
996 static const struct sectioncheck sectioncheck[] = { variable
1086 static const struct sectioncheck *section_mismatch( in section_mismatch()
1090 int elems = sizeof(sectioncheck) / sizeof(struct sectioncheck); in section_mismatch()
1091 const struct sectioncheck *check = §ioncheck[0]; in section_mismatch()
1167 static int secref_whitelist(const struct sectioncheck *mismatch, in secref_whitelist()
1381 const struct sectioncheck *mismatch, in report_sec_mismatch()
1523 const struct sectioncheck* const mismatch, in default_mismatch_handler()
1598 const struct sectioncheck* const mismatch, in report_extable_warnings()
1636 const struct sectioncheck* const mismatch, in extable_mismatch_handler()
1677 const struct sectioncheck *mismatch = section_mismatch(fromsec, tosec); in check_section_mismatch()