Home
last modified time | relevance | path

Searched refs:ALL_TEXT_SECTIONS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.c954 #define ALL_TEXT_SECTIONS ALL_INIT_TEXT_SECTIONS, ALL_EXIT_TEXT_SECTIONS, \ macro
969 static const char *const text_sections[] = { ALL_TEXT_SECTIONS, NULL };
1125 .good_tosec = {ALL_TEXT_SECTIONS , NULL},
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.c826 #define ALL_TEXT_SECTIONS ALL_INIT_TEXT_SECTIONS, ALL_EXIT_TEXT_SECTIONS, \ macro
907 .good_tosec = {ALL_TEXT_SECTIONS , NULL},
1037 if (match(fromsec, PATTERNS(ALL_TEXT_SECTIONS)) && in secref_whitelist()

Completed in 9 milliseconds