Lines Matching refs:sectioncheck
1044 struct sectioncheck { struct
1051 const struct sectioncheck* const mismatch, argument
1057 const struct sectioncheck* const mismatch,
1061 static const struct sectioncheck sectioncheck[] = { variable
1151 static const struct sectioncheck *section_mismatch( in section_mismatch()
1155 int elems = sizeof(sectioncheck) / sizeof(struct sectioncheck); in section_mismatch()
1156 const struct sectioncheck *check = §ioncheck[0]; in section_mismatch()
1240 static int secref_whitelist(const struct sectioncheck *mismatch, in secref_whitelist()
1460 const struct sectioncheck *mismatch, in report_sec_mismatch()
1600 const struct sectioncheck* const mismatch, in default_mismatch_handler()
1675 const struct sectioncheck* const mismatch, in report_extable_warnings()
1713 const struct sectioncheck* const mismatch, in extable_mismatch_handler()
1752 const struct sectioncheck *mismatch = section_mismatch(fromsec, tosec); in check_section_mismatch()