Lines Matching defs:check
207 * is missing, do not check the use for EXPORT_SYMBOL_GPL() because
732 /* sections that we do not want to do full section mismatch check on */
882 const struct sectioncheck *check = §ioncheck[i];
884 if (match(fromsec, check->fromsec)) {
885 if (check->bad_tosec[0] && match(tosec, check->bad_tosec))
886 return check;
887 if (check->good_tosec[0] && !match(tosec, check->good_tosec))
888 return check;
1025 /* check whitelist - we may ignore it */