HomeSort by relevance Sort by last modified time
    Searched refs:bfd_reloc_type_lookup (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.27/gas/config/
tc-rx.c     [all...]
tc-pj.c 487 rel->howto = bfd_reloc_type_lookup (stdoutput, r_type);
495 rel->howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_32);
tc-or1k.c 343 reloc->howto = bfd_reloc_type_lookup (stdoutput, code);
tc-rl78.c 1291 reloc[rp]->howto = bfd_reloc_type_lookup (stdoutput, REL); \
    [all...]
tc-xc16x.c 311 rel->howto = bfd_reloc_type_lookup (stdoutput, r_type);
tc-crx.c 356 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixP->fx_r_type);
443 bfd_get_reloc_size (bfd_reloc_type_lookup (stdoutput, reloc)),
    [all...]
tc-ft32.c 596 relP->howto = bfd_reloc_type_lookup (stdoutput, code);
tc-s390.c 1181 && (reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc)))
    [all...]
tc-i370.c 685 reloc_howto_type *reloc_howto = bfd_reloc_type_lookup (stdoutput, reloc);
    [all...]
tc-cr16.c 593 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixP->fx_r_type);
676 bfd_get_reloc_size (bfd_reloc_type_lookup (stdoutput, reloc)),
    [all...]
tc-mn10300.c     [all...]
tc-moxie.c 812 relP->howto = bfd_reloc_type_lookup (stdoutput, code);
tc-mn10200.c 778 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
1254 reloc_howto = bfd_reloc_type_lookup (stdoutput,
tc-xgate.c 623 reloc->howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_16);
625 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
    [all...]
tc-hppa.c     [all...]
tc-dlx.c 1193 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixP->fx_r_type);
tc-mcore.c     [all...]
tc-nios2.c     [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldctor.c 274 howto = bfd_reloc_type_lookup (link_info.output_bfd, p->reloc);
289 howto = bfd_reloc_type_lookup (p->elements->section->owner,
ldmain.c 1139 if (bfd_reloc_type_lookup (info->output_bfd, BFD_RELOC_CTOR) == NULL
1141 || bfd_reloc_type_lookup (abfd, BFD_RELOC_CTOR) == NULL))
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
aout-ns32k.c 32 reloc_howto_type * MYNS (bfd_reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
209 MY (bfd_reloc_type_lookup) (bfd *abfd, bfd_reloc_code_real_type code) function
aout-arm.c 293 MY (bfd_reloc_type_lookup) (bfd *abfd,
292 MY (bfd_reloc_type_lookup) (bfd *abfd, function
reloc.c 7727 bfd_reloc_type_lookup (bfd *abfd, bfd_reloc_code_real_type code) function
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dlltool.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/
cgen.c 1021 reloc->howto = bfd_reloc_type_lookup (stdoutput, r_type);

Completed in 693 milliseconds

1 2 3 4