Home
last modified time | relevance | path

Searched refs:idata2 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/emultempl/
Dpep.em1516 int idata2 = 0, reloc_count=0, is_imp = 0;
1523 idata2 = 1;
1529 if (is_imp && !idata2 && reloc_count)
1621 with idata2. We assume that the sentinels won't have relocs,
1682 int idata2 = 0, reloc_count=0;
1689 idata2 = 1;
1693 if (idata2) /* .idata2 is the TOC */
Dpe.em1572 int idata2 = 0, reloc_count=0, is_imp = 0;
1579 idata2 = 1;
1585 if (is_imp && !idata2 && reloc_count)
1677 with idata2. We assume that the sentinels won't have relocs,
1738 int idata2 = 0, reloc_count=0;
1745 idata2 = 1;
1749 if (idata2) /* .idata2 is the TOC */
/toolchain/binutils/binutils-2.25/bfd/
DpeXXigen.c632 IMAGE_DATA_DIRECTORY idata2, idata5, tls; in _bfd_XXi_swap_aouthdr_out() local
638 idata2 = pe->pe_opthdr.DataDirectory[PE_IMPORT_TABLE]; in _bfd_XXi_swap_aouthdr_out()
687 extra->DataDirectory[PE_IMPORT_TABLE] = idata2; in _bfd_XXi_swap_aouthdr_out()
DChangeLog-02033982 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Initialise $idata2 and