Searched refs:fromsec (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/scripts/mod/ |
H A D | modpost.c | 840 const char *fromsec[20]; member 851 .fromsec = { TEXT_SECTIONS, NULL }, 856 .fromsec = { DATA_SECTIONS, NULL }, 861 .fromsec = { TEXT_SECTIONS, DATA_SECTIONS, NULL }, 867 .fromsec = { ALL_INIT_SECTIONS, NULL }, 873 .fromsec = { ALL_EXIT_SECTIONS, NULL }, 878 .fromsec = { ALL_PCI_INIT_SECTIONS, NULL }, 883 .fromsec = { "__ex_table", NULL }, 894 const char *fromsec, const char *tosec) in section_mismatch() argument 910 if (match(fromsec, check->fromsec)) { in section_mismatch() [all …]
|