Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/mod/
Dmodpost.c971 struct sectioncheck { struct
978 const struct sectioncheck* const mismatch, argument
984 const struct sectioncheck* const mismatch,
988 static const struct sectioncheck sectioncheck[] = { variable
1078 static const struct sectioncheck *section_mismatch( in section_mismatch()
1082 int elems = sizeof(sectioncheck) / sizeof(struct sectioncheck); in section_mismatch()
1083 const struct sectioncheck *check = &sectioncheck[0]; in section_mismatch()
1159 static int secref_whitelist(const struct sectioncheck *mismatch, in secref_whitelist()
1373 const struct sectioncheck *mismatch, in report_sec_mismatch()
1515 const struct sectioncheck* const mismatch, in default_mismatch_handler()
[all …]