Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c979 const char *fromsec, const char *tosec) in section_mismatch() argument
989 if (*tosec == '\0') in section_mismatch()
996 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
998 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
1059 const char *tosec, const char *tosym) in secref_whitelist() argument
1062 if (match(tosec, init_data_sections) && in secref_whitelist()
1068 if (strcmp(tosec, ".init.text") == 0 && in secref_whitelist()
1075 match(tosec, PATTERNS(ALL_INIT_SECTIONS, ALL_EXIT_SECTIONS)) && in secref_whitelist()
1087 match(tosec, PATTERNS(ALL_XXXINIT_SECTIONS)) && in secref_whitelist()
1098 match(tosec, PATTERNS(EXIT_SECTIONS)) && in secref_whitelist()
[all …]