Home
last modified time | relevance | path

Searched refs:BFD_RELOC_ARM_PLT32 (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c3536 if (reloc == BFD_RELOC_ARM_PLT32) in s_arm_elf_cons()
8170 constraint (inst.operands[0].imm != BFD_RELOC_ARM_PLT32 in encode_branch()
8173 inst.reloc.type = inst.operands[0].imm == BFD_RELOC_ARM_PLT32 in encode_branch()
8174 ? BFD_RELOC_ARM_PLT32 in encode_branch()
10799 if (inst.reloc.type == BFD_RELOC_ARM_PLT32) in do_t_branch23()
18132 { "plt", BFD_RELOC_ARM_PLT32 }, { "PLT", BFD_RELOC_ARM_PLT32 },
21529 case BFD_RELOC_ARM_PLT32: in md_pcrel_from_section()
22387 case BFD_RELOC_ARM_PLT32: in md_apply_fix()
23239 case BFD_RELOC_ARM_PLT32: in tc_gen_reloc()
23546 if (fixP->fx_r_type == BFD_RELOC_ARM_PLT32 in arm_fix_adjustable()
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Dbfd-in2.h3412 BFD_RELOC_ARM_PLT32, enumerator
Delf32-arm.c1832 {BFD_RELOC_ARM_PLT32, R_ARM_PLT32},
1838 {BFD_RELOC_ARM_PLT32, R_ARM_PLT32},
DChangeLog-98992379 BFD_RELOC_ARM_PLT32.
2849 BFD_RELOC_ARM_GLOB_DAT, BFD_RELOC_ARM_PLT32,
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20051826 special cases. Handle BFD_RELOC_ARM_PLT32 like
DChangeLog-98992013 (do_branch): Special case for BFD_RELOC_ARM_PLT32.