Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.c833 const char *fromsec[20]; member
844 .fromsec = { TEXT_SECTIONS, DATA_SECTIONS, NULL },
850 .fromsec = { ALL_INIT_SECTIONS, NULL },
856 .fromsec = { ALL_EXIT_SECTIONS, NULL },
861 .fromsec = { ALL_PCI_INIT_SECTIONS, NULL },
866 .fromsec = { "__ex_table", NULL },
877 const char *fromsec, const char *tosec) in section_mismatch() argument
893 if (match(fromsec, check->fromsec)) { in section_mismatch()
947 static int secref_whitelist(const char *fromsec, const char *fromsym, in secref_whitelist() argument
952 match(fromsec, PATTERNS(DATA_SECTIONS)) && in secref_whitelist()
[all …]