Lines Matching refs:sectioncheck
1047 struct sectioncheck { struct
1054 const struct sectioncheck* const mismatch, argument
1060 const struct sectioncheck* const mismatch,
1064 static const struct sectioncheck sectioncheck[] = { variable
1154 static const struct sectioncheck *section_mismatch( in section_mismatch()
1158 int elems = sizeof(sectioncheck) / sizeof(struct sectioncheck); in section_mismatch()
1159 const struct sectioncheck *check = §ioncheck[0]; in section_mismatch()
1243 static int secref_whitelist(const struct sectioncheck *mismatch, in secref_whitelist()
1468 const struct sectioncheck *mismatch, in report_sec_mismatch()
1608 const struct sectioncheck* const mismatch, in default_mismatch_handler()
1683 const struct sectioncheck* const mismatch, in report_extable_warnings()
1721 const struct sectioncheck* const mismatch, in extable_mismatch_handler()
1760 const struct sectioncheck *mismatch = section_mismatch(fromsec, tosec); in check_section_mismatch()