Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/mod/
Dmodpost.c1024 struct sectioncheck { struct
1031 const struct sectioncheck* const mismatch, argument
1037 const struct sectioncheck* const mismatch,
1041 static const struct sectioncheck sectioncheck[] = { variable
1131 static const struct sectioncheck *section_mismatch( in section_mismatch()
1135 int elems = sizeof(sectioncheck) / sizeof(struct sectioncheck); in section_mismatch()
1136 const struct sectioncheck *check = &sectioncheck[0]; in section_mismatch()
1220 static int secref_whitelist(const struct sectioncheck *mismatch, in secref_whitelist()
1441 const struct sectioncheck *mismatch, in report_sec_mismatch()
1581 const struct sectioncheck* const mismatch, in default_mismatch_handler()
[all …]