Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dbfd-in2.h3549 BFD_RELOC_ARM_T32_IMM12, enumerator
DChangeLog-20051231 * reloc.c (BFD_RELOC_ARM_T32_IMM12): Add.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-arm.c10448 inst.reloc.type = BFD_RELOC_ARM_T32_IMM12; in do_t_add_sub_w()
10546 inst.reloc.type = BFD_RELOC_ARM_T32_IMM12; in do_t_add_sub()
21233 reloc_type = BFD_RELOC_ARM_T32_IMM12; in md_convert_frag()
23031 case BFD_RELOC_ARM_T32_IMM12: in md_apply_fix()
24413 || fixp->fx_r_type == BFD_RELOC_ARM_T32_IMM12 in arm_force_relocation()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20051437 (md_apply_fix): Handle BFD_RELOC_ARM_T32_IMM12.