Lines Matching refs:sectioncheck
1028 struct sectioncheck { struct
1035 const struct sectioncheck* const mismatch, argument
1041 const struct sectioncheck* const mismatch,
1045 static const struct sectioncheck sectioncheck[] = { variable
1135 static const struct sectioncheck *section_mismatch( in section_mismatch()
1139 int elems = sizeof(sectioncheck) / sizeof(struct sectioncheck); in section_mismatch()
1140 const struct sectioncheck *check = §ioncheck[0]; in section_mismatch()
1224 static int secref_whitelist(const struct sectioncheck *mismatch, in secref_whitelist()
1445 const struct sectioncheck *mismatch, in report_sec_mismatch()
1585 const struct sectioncheck* const mismatch, in default_mismatch_handler()
1660 const struct sectioncheck* const mismatch, in report_extable_warnings()
1698 const struct sectioncheck* const mismatch, in extable_mismatch_handler()
1737 const struct sectioncheck *mismatch = section_mismatch(fromsec, tosec); in check_section_mismatch()