Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dbfd-in2.h3477 BFD_RELOC_ARM_T32_ADD_PC12, enumerator
DChangeLog-20051225 * reloc.c: Add BFD_RELOC_ARM_T32_ADD_PC12.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c10400 inst.reloc.type = BFD_RELOC_ARM_T32_ADD_PC12; in do_t_adr()
20419 reloc_type = BFD_RELOC_ARM_T32_ADD_PC12; in md_convert_frag()
21475 case BFD_RELOC_ARM_T32_ADD_PC12: in md_pcrel_from_section()
22238 case BFD_RELOC_ARM_T32_ADD_PC12: in md_apply_fix()
23492 || fixp->fx_r_type == BFD_RELOC_ARM_T32_ADD_PC12 in arm_force_relocation()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20051427 (md_pcrel_from_section): Handle BFD_RELOC_ARM_T32_ADD_PC12.