Searched refs:fromsec (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/scripts/mod/ |
D | modpost.c | 968 const char *fromsec[20]; member 975 Elf_Rela *r, Elf_Sym *sym, const char *fromsec); 982 const char *fromsec); 989 .fromsec = { TEXT_SECTIONS, NULL }, 995 .fromsec = { DATA_SECTIONS, NULL }, 1001 .fromsec = { DATA_SECTIONS, NULL }, 1010 .fromsec = { TEXT_SECTIONS, NULL }, 1016 .fromsec = { DATA_SECTIONS, NULL }, 1023 .fromsec = { ALL_XXXINIT_SECTIONS, NULL }, 1030 .fromsec = { ALL_XXXEXIT_SECTIONS, NULL }, [all …]
|