Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/mod/
Dmodpost.c982 const char *fromsec, const char *tosec) in section_mismatch() argument
992 if (*tosec == '\0') in section_mismatch()
999 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
1001 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
1062 const char *tosec, const char *tosym) in secref_whitelist() argument
1065 if (match(tosec, init_data_sections) && in secref_whitelist()
1071 if (strcmp(tosec, ".init.text") == 0 && in secref_whitelist()
1078 match(tosec, PATTERNS(ALL_INIT_SECTIONS, ALL_EXIT_SECTIONS)) && in secref_whitelist()
1090 match(tosec, PATTERNS(ALL_XXXINIT_SECTIONS, ALL_EXIT_SECTIONS)) && in secref_whitelist()
1096 match(tosec, init_sections)) in secref_whitelist()
[all …]