• 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 defs:fromsec

901 	const char *fromsec[20];
912 .fromsec = { TEXT_SECTIONS, NULL },
918 .fromsec = { DATA_SECTIONS, NULL },
924 .fromsec = { DATA_SECTIONS, NULL },
933 .fromsec = { TEXT_SECTIONS, NULL },
939 .fromsec = { DATA_SECTIONS, NULL },
946 .fromsec = { ALL_XXXINIT_SECTIONS, NULL },
953 .fromsec = { MEM_INIT_SECTIONS, NULL },
960 .fromsec = { CPU_INIT_SECTIONS, NULL },
967 .fromsec = { ALL_XXXEXIT_SECTIONS, NULL },
974 .fromsec = { MEM_EXIT_SECTIONS, NULL },
981 .fromsec = { CPU_EXIT_SECTIONS, NULL },
988 .fromsec = { ALL_INIT_SECTIONS, NULL },
995 .fromsec = { ALL_EXIT_SECTIONS, NULL },
1002 .fromsec = { "__ksymtab*", NULL },
1010 const char *fromsec, const char *tosec)
1017 if (match(fromsec, check->fromsec) &&
1035 * fromsec = .data*
1042 * fromsec = .data*
1052 * fromsec = data section
1070 const char *fromsec, const char *fromsym,
1075 match(fromsec, data_sections) &&
1081 match(fromsec, data_sections) &&
1087 match(fromsec, data_sections) &&
1092 if (match(fromsec, head_sections) &&
1254 const char *fromsec,
1283 modname, fromsec, fromaddr, from, fromsym, from_p, to, tosec,
1288 prl_from = sec2annotation(fromsec);
1344 prl_from = sec2annotation(fromsec);
1358 prl_from = sec2annotation(fromsec);
1375 prl_from = sec2annotation(fromsec);
1405 Elf_Rela *r, Elf_Sym *sym, const char *fromsec)
1411 mismatch = section_mismatch(fromsec, tosec);
1418 from = find_elf_symbol2(elf, r->r_offset, fromsec);
1425 fromsec, fromsym, tosec, tosym)) {
1427 fromsec, r->r_offset, fromsym,
1515 const char *fromsec;
1520 fromsec = sech_name(elf, sechdr);
1521 fromsec += strlen(".rela");
1523 if (match(fromsec, section_white_list))
1548 check_section_mismatch(modname, elf, &r, sym, fromsec);
1559 const char *fromsec;
1564 fromsec = sech_name(elf, sechdr);
1565 fromsec += strlen(".rel");
1567 if (match(fromsec, section_white_list))
1606 check_section_mismatch(modname, elf, &r, sym, fromsec);