Home
last modified time | relevance | path

Searched refs:BFD_RELOC_THUMB_PCREL_BRANCH23 (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-arm.c847 ASTD (BFD_RELOC_THUMB_PCREL_BRANCH23, ARM_THUMB23); in coff_arm_reloc_type_lookup()
Dbfd-in2.h3438 BFD_RELOC_THUMB_PCREL_BRANCH23, enumerator
Delf32-arm.c1874 {BFD_RELOC_THUMB_PCREL_BRANCH23, R_ARM_THM_CALL},
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-arm.c11086 encode_branch (BFD_RELOC_THUMB_PCREL_BRANCH23); in do_t_branch23()
11094 inst.reloc.type = BFD_RELOC_THUMB_PCREL_BRANCH23; in do_t_branch23()
22236 case BFD_RELOC_THUMB_PCREL_BRANCH23: in md_pcrel_from_section()
23344 fixP->fx_r_type = BFD_RELOC_THUMB_PCREL_BRANCH23; in md_apply_fix()
23351 case BFD_RELOC_THUMB_PCREL_BRANCH23: in md_apply_fix()
23379 fixP->fx_r_type = BFD_RELOC_THUMB_PCREL_BRANCH23; in md_apply_fix()
24123 case BFD_RELOC_THUMB_PCREL_BRANCH23: in tc_gen_reloc()
24136 code = BFD_RELOC_THUMB_PCREL_BRANCH23; in tc_gen_reloc()
24352 if (fixP->fx_r_type == BFD_RELOC_THUMB_PCREL_BRANCH23 in arm_validate_fix()
24389 case BFD_RELOC_THUMB_PCREL_BRANCH23: in arm_force_relocation()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20092016 BFD_RELOC_THUMB_PCREL_BRANCH23, BFD_RELOC_ARM_PCREL_BLX
2023 BFD_RELOC_THUMB_PCREL_BRANCH20, BFD_RELOC_THUMB_PCREL_BRANCH23,
2043 BFD_RELOC_THUMB_PCREL_BRANCH23 for EABI v4+.
DChangeLog-20102060 non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
DChangeLog-2005128 (do_t_blx): Generate BFD_RELOC_THUMB_PCREL_BRANCH23.