Searched refs:fromsec (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/scripts/mod/ |
D | modpost.c | 890 const char *fromsec[20]; member 896 Elf_Rela *r, Elf_Sym *sym, const char *fromsec); 903 const char *fromsec); 910 .fromsec = { TEXT_SECTIONS, NULL }, 915 .fromsec = { DATA_SECTIONS, NULL }, 920 .fromsec = { DATA_SECTIONS, NULL }, 925 .fromsec = { TEXT_SECTIONS, NULL }, 930 .fromsec = { DATA_SECTIONS, NULL }, 936 .fromsec = { ALL_XXXINIT_SECTIONS, NULL }, 942 .fromsec = { ALL_XXXEXIT_SECTIONS, NULL }, [all …]
|