Home
last modified time | relevance | path

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

/linux-5.19.10/scripts/mod/
Dmodpost.c1001 const char *fromsec, const char *tosec) in section_mismatch() argument
1011 if (*tosec == '\0') in section_mismatch()
1018 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
1020 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
1090 const char *tosec, const char *tosym) in secref_whitelist() argument
1093 if (match(tosec, init_data_sections) && in secref_whitelist()
1099 if (strcmp(tosec, ".init.text") == 0 && in secref_whitelist()
1105 if (match(tosec, init_exit_sections) && in secref_whitelist()
1112 match(tosec, init_sections)) in secref_whitelist()
1121 match(tosec, init_sections) && in secref_whitelist()
[all …]