• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/

Lines Matching refs:tosec

902 	const char *tosec[20];
913 .tosec = { ALL_INIT_SECTIONS, NULL },
919 .tosec = { ALL_XXXINIT_SECTIONS, NULL },
925 .tosec = { INIT_SECTIONS, NULL },
934 .tosec = { ALL_EXIT_SECTIONS, NULL },
940 .tosec = { ALL_EXIT_SECTIONS, NULL },
947 .tosec = { INIT_SECTIONS, NULL },
954 .tosec = { CPU_INIT_SECTIONS, NULL },
961 .tosec = { MEM_INIT_SECTIONS, NULL },
968 .tosec = { EXIT_SECTIONS, NULL },
975 .tosec = { CPU_EXIT_SECTIONS, NULL },
982 .tosec = { MEM_EXIT_SECTIONS, NULL },
989 .tosec = { ALL_EXIT_SECTIONS, NULL },
996 .tosec = { ALL_INIT_SECTIONS, NULL },
1003 .tosec = { INIT_SECTIONS, EXIT_SECTIONS, NULL },
1010 const char *fromsec, const char *tosec)
1018 match(tosec, check->tosec))
1034 * tosec = .init.data
1041 * tosec = .init.text
1051 * tosec = init or exit section
1071 const char *tosec, const char *tosym)
1074 if (match(tosec, init_data_sections) &&
1080 if (strcmp(tosec, ".init.text") == 0 &&
1086 if (match(tosec, init_exit_sections) &&
1093 match(tosec, init_sections))
1258 const char *tosec, const char *tosym,
1283 modname, fromsec, fromaddr, from, fromsym, from_p, to, tosec,
1289 prl_to = sec2annotation(tosec);
1302 prl_to = sec2annotation(tosec);
1318 prl_to = sec2annotation(tosec);
1327 prl_to = sec2annotation(tosec);
1345 prl_to = sec2annotation(tosec);
1359 prl_to = sec2annotation(tosec);
1376 prl_to = sec2annotation(tosec);
1392 prl_to = sec2annotation(tosec);
1407 const char *tosec;
1410 tosec = sec_name(elf, get_secindex(elf, sym));
1411 mismatch = section_mismatch(fromsec, tosec);
1425 fromsec, fromsym, tosec, tosym)) {
1428 is_function(from), tosec, tosym,