Home
last modified time | relevance | path

Searched refs:sectioncheck (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/scripts/mod/
Dmodpost.c889 struct sectioncheck { struct
895 const struct sectioncheck* const mismatch, argument
901 const struct sectioncheck* const mismatch,
905 static const struct sectioncheck sectioncheck[] = { variable
981 static const struct sectioncheck *section_mismatch( in section_mismatch()
995 for (i = 0; i < ARRAY_SIZE(sectioncheck); i++) { in section_mismatch()
996 const struct sectioncheck *check = &sectioncheck[i]; in section_mismatch()
1060 static int secref_whitelist(const struct sectioncheck *mismatch, in secref_whitelist()
1240 const struct sectioncheck *mismatch, in report_sec_mismatch()
1270 const struct sectioncheck* const mismatch, in default_mismatch_handler()
[all …]