Searched refs:ALL_EXIT_SECTIONS (Results 1 - 1 of 1) sorted by path

/linux-master/scripts/mod/
H A Dmodpost.c790 #define ALL_EXIT_SECTIONS ".exit.*" macro
839 .bad_tosec = { ALL_INIT_SECTIONS, ALL_EXIT_SECTIONS, NULL },
851 .bad_tosec = { ALL_EXIT_SECTIONS, NULL },
856 .fromsec = { ALL_EXIT_SECTIONS, NULL },
964 match(tosec, PATTERNS(ALL_INIT_SECTIONS, ALL_EXIT_SECTIONS)) &&
975 match(tosec, PATTERNS(ALL_EXIT_SECTIONS)) &&
1143 else if (match(secname, PATTERNS(ALL_EXIT_SECTIONS)))

Completed in 190 milliseconds