Lines Matching refs:sectioncheck
1023 struct sectioncheck { struct
1030 const struct sectioncheck* const mismatch, argument
1036 const struct sectioncheck* const mismatch,
1040 static const struct sectioncheck sectioncheck[] = { variable
1130 static const struct sectioncheck *section_mismatch( in section_mismatch()
1134 int elems = sizeof(sectioncheck) / sizeof(struct sectioncheck); in section_mismatch()
1135 const struct sectioncheck *check = §ioncheck[0]; in section_mismatch()
1219 static int secref_whitelist(const struct sectioncheck *mismatch, in secref_whitelist()
1444 const struct sectioncheck *mismatch, in report_sec_mismatch()
1584 const struct sectioncheck* const mismatch, in default_mismatch_handler()
1622 const struct sectioncheck* const mismatch, in report_extable_warnings()
1660 const struct sectioncheck* const mismatch, in extable_mismatch_handler()
1686 const struct sectioncheck *mismatch = section_mismatch(fromsec, tosec); in check_section_mismatch()