Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.c1012 * @good_tosec: Relocations applied to a section in @fromsec must be
1027 const char *good_tosec[20]; member
1125 .good_tosec = {ALL_TEXT_SECTIONS , NULL},
1151 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.c847 * @good_tosec: Relocations applied to a section in @fromsec must be
855 const char *good_tosec[20]; member
907 .good_tosec = {ALL_TEXT_SECTIONS , NULL},
932 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()

Completed in 7 milliseconds