Home
last modified time | relevance | path

Searched refs:BFD_RELOC_ARM_T32_ADD_IMM (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2006894 BFD_RELOC_ARM_T32_ADD_IMM for normal add/sum.
895 (md_apply_fix): Handle BFD_RELOC_ARM_T32_ADD_IMM.
896 (arm_force_relocation): Handle BFD_RELOC_ARM_T32_ADD_IMM.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c10266 inst.reloc.type = BFD_RELOC_ARM_T32_ADD_IMM; in do_t_add_sub()
20484 reloc_type = BFD_RELOC_ARM_T32_ADD_IMM; in md_convert_frag()
20502 reloc_type = BFD_RELOC_ARM_T32_ADD_IMM; in md_convert_frag()
22236 case BFD_RELOC_ARM_T32_ADD_IMM: in md_apply_fix()
22259 || fixP->fx_r_type == BFD_RELOC_ARM_T32_ADD_IMM) in md_apply_fix()
22269 if (fixP->fx_r_type == BFD_RELOC_ARM_T32_ADD_IMM) in md_apply_fix()
23488 || fixp->fx_r_type == BFD_RELOC_ARM_T32_ADD_IMM in arm_force_relocation()
/toolchain/binutils/binutils-2.25/bfd/
Dbfd-in2.h3475 BFD_RELOC_ARM_T32_ADD_IMM, enumerator
DChangeLog-20061401 * reloc.c: Add BFD_RELOC_ARM_T32_ADD_IMM.