Home
last modified time | relevance | path

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

/openbmc/linux/scripts/mod/
H A Dmodpost.c894 const char *fromsec, const char *tosec) in section_mismatch() argument
904 if (*tosec == '\0') in section_mismatch()
911 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
913 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
965 const char *tosec, const char *tosym) in secref_whitelist() argument
968 if (match(tosec, PATTERNS(ALL_INIT_DATA_SECTIONS)) && in secref_whitelist()
974 if (strcmp(tosec, ".init.text") == 0 && in secref_whitelist()
981 match(tosec, PATTERNS(ALL_INIT_SECTIONS, ALL_EXIT_SECTIONS)) && in secref_whitelist()
998 match(tosec, PATTERNS(ALL_EXIT_SECTIONS)) && in secref_whitelist()
1004 match(tosec, PATTERNS(ALL_INIT_SECTIONS))) in secref_whitelist()
[all …]