HomeSort by relevance Sort by last modified time
    Searched refs:tblptr (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
mipsbsd.c 342 arelent *tblptr = section->relocation; local
360 if (tblptr && section->reloc_count)
363 *relptr++ = tblptr++;
370 tblptr = section->relocation;
375 c = tblptr->howto - NAME(aout,ext_howto_table);
376 tblptr->howto = &mips_howto_table_ext[c];
378 *relptr++ = tblptr++;
riscix.c 435 arelent *tblptr = section->relocation; local
453 if (tblptr && section->reloc_count)
456 *relptr++ = tblptr++;
463 tblptr = section->relocation;
468 c = tblptr->howto - NAME(aout,std_howto_table);
470 tblptr->howto = &riscix_std_reloc_howto[c];
472 *relptr++ = tblptr++;
i386lynx.c 518 arelent *tblptr = section->relocation;
521 if (!(tblptr || NAME(lynx,slurp_reloc_table) (abfd, section, symbols)))
535 tblptr = section->relocation;
539 *relptr++ = tblptr++;
517 arelent *tblptr = section->relocation; local
hp300hpux.c 823 arelent *tblptr = section->relocation; local
829 if (!(tblptr || MY (slurp_reloc_table) (abfd, section, symbols)))
843 tblptr = section->relocation;
847 *relptr++ = tblptr++;
elf64-sparc.c 216 arelent *tblptr; local
223 tblptr = section->relocation;
225 *relptr++ = tblptr++;
bout.c 888 arelent *tblptr;
907 tblptr = section->relocation;
909 *relptr++ = tblptr++;
887 arelent *tblptr; local
    [all...]
elf64-mips.c 3675 arelent *tblptr; local
    [all...]
pdp11.c 1964 arelent *tblptr = section->relocation; local
    [all...]
aoutx.h 2422 arelent *tblptr = section->relocation; local
    [all...]
coffcode.h 5385 arelent *tblptr = section->relocation; local
    [all...]
ecoff.c 1712 arelent *tblptr; local
    [all...]
som.c 5340 arelent *tblptr; local
    [all...]
vms-alpha.c 5101 arelent *tblptr; local
    [all...]
elf.c 7825 arelent *tblptr; local
    [all...]

Completed in 929 milliseconds