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

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/config/
tc-rx.c     [all...]
tc-pj.c 483 rel->howto = bfd_reloc_type_lookup (stdoutput, r_type);
491 rel->howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_32);
tc-or1k.c 316 reloc->howto = bfd_reloc_type_lookup (stdoutput, fx->fx_r_type);
tc-rl78.c 1191 reloc[rp]->howto = bfd_reloc_type_lookup (stdoutput, REL); \
1199 #define SYM0() reloc[0]->howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_RL78_SYM)
1234 reloc[0]->howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_RL78_16U);
1262 reloc[0]->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
    [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-s390.c 1141 && (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 781 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
1257 reloc_howto = bfd_reloc_type_lookup (stdoutput,
tc-xgate.c 625 reloc->howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_16);
627 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
    [all...]
tc-hppa.c     [all...]
tc-nios2.c     [all...]
tc-dlx.c 1193 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixP->fx_r_type);
tc-mcore.c     [all...]
tc-sparc.c     [all...]
  /toolchain/binutils/binutils-2.25/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 1138 if (bfd_reloc_type_lookup (info->output_bfd, BFD_RELOC_CTOR) == NULL
1140 || bfd_reloc_type_lookup (abfd, BFD_RELOC_CTOR) == NULL))
    [all...]
  /toolchain/binutils/binutils-2.25/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 7356 bfd_reloc_type_lookup (bfd *abfd, bfd_reloc_code_real_type code) function
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dlltool.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/
cgen.c 1055 reloc->howto = bfd_reloc_type_lookup (stdoutput, r_type);
    [all...]

Completed in 908 milliseconds

1 2 3 4