Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c834 const char *fromsec[20]; member
845 .fromsec = { TEXT_SECTIONS, DATA_SECTIONS, NULL },
851 .fromsec = { ALL_INIT_SECTIONS, NULL },
857 .fromsec = { ALL_EXIT_SECTIONS, NULL },
862 .fromsec = { ALL_PCI_INIT_SECTIONS, NULL },
867 .fromsec = { "__ex_table", NULL },
878 const char *fromsec, const char *tosec) in section_mismatch() argument
894 if (match(fromsec, check->fromsec)) { in section_mismatch()
948 static int secref_whitelist(const char *fromsec, const char *fromsym, in secref_whitelist() argument
953 match(fromsec, PATTERNS(DATA_SECTIONS)) && in secref_whitelist()
[all …]