Searched refs:BFD_RELOC_ARM_PLT32 (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-arm.c | 3536 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/ |
D | bfd-in2.h | 3412 BFD_RELOC_ARM_PLT32, enumerator
|
D | elf32-arm.c | 1832 {BFD_RELOC_ARM_PLT32, R_ARM_PLT32}, 1838 {BFD_RELOC_ARM_PLT32, R_ARM_PLT32},
|
D | ChangeLog-9899 | 2379 BFD_RELOC_ARM_PLT32. 2849 BFD_RELOC_ARM_GLOB_DAT, BFD_RELOC_ARM_PLT32,
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2005 | 1826 special cases. Handle BFD_RELOC_ARM_PLT32 like
|
D | ChangeLog-9899 | 2013 (do_branch): Special case for BFD_RELOC_ARM_PLT32.
|