Searched refs:fromsec (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/scripts/mod/ |
D | modpost.c | 980 const char *fromsec[20]; member 987 Elf_Rela *r, Elf_Sym *sym, const char *fromsec); 994 const char *fromsec); 1001 .fromsec = { TEXT_SECTIONS, NULL }, 1007 .fromsec = { DATA_SECTIONS, NULL }, 1013 .fromsec = { DATA_SECTIONS, NULL }, 1022 .fromsec = { TEXT_SECTIONS, NULL }, 1028 .fromsec = { DATA_SECTIONS, NULL }, 1035 .fromsec = { ALL_XXXINIT_SECTIONS, NULL }, 1042 .fromsec = { ALL_XXXEXIT_SECTIONS, NULL }, [all …]
|