Searched refs:tosec (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/scripts/mod/ |
D | modpost.c | 921 const char *fromsec, const char *tosec) in section_mismatch() argument 931 if (*tosec == '\0') in section_mismatch() 938 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch() 940 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch() 992 const char *tosec, const char *tosym) in secref_whitelist() argument 995 if (match(tosec, PATTERNS(ALL_INIT_DATA_SECTIONS)) && in secref_whitelist() 1001 if (strcmp(tosec, ".init.text") == 0 && in secref_whitelist() 1008 match(tosec, PATTERNS(ALL_INIT_SECTIONS, ALL_EXIT_SECTIONS)) && in secref_whitelist() 1020 match(tosec, PATTERNS(ALL_XXXINIT_SECTIONS, ALL_XXXEXIT_SECTIONS)) && in secref_whitelist() 1031 match(tosec, PATTERNS(EXIT_SECTIONS)) && in secref_whitelist() [all …]
|