Home
last modified time | relevance | path

Searched refs:R_ARM_JUMP24 (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp190 Type = ELF::R_ARM_JUMP24; in GetRelocTypeInner()
265 Type = ELF::R_ARM_JUMP24; in GetRelocTypeInner()
/freebsd-9-stable/contrib/binutils/include/elf/
Darm.h133 RELOC_NUMBER (R_ARM_JUMP24, 29)
/freebsd-9-stable/contrib/binutils/bfd/
Delf32-arm.c496 HOWTO (R_ARM_JUMP24, /* type */
1706 {BFD_RELOC_ARM_PCREL_JUMP, R_ARM_JUMP24},
3180 && r_type != R_ARM_JUMP24 in bfd_elf32_arm_process_before_allocation()
3225 case R_ARM_JUMP24: in bfd_elf32_arm_process_before_allocation()
4595 case R_ARM_JUMP24: in elf32_arm_final_link_relocate()
4635 && r_type != R_ARM_JUMP24 in elf32_arm_final_link_relocate()
4758 case R_ARM_JUMP24: in elf32_arm_final_link_relocate()
6335 case R_ARM_JUMP24: in arm_add_to_rel()
7452 case R_ARM_JUMP24: in elf32_arm_gc_sweep_hook()
7675 case R_ARM_JUMP24: in elf32_arm_check_relocs()
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp480 case ELF::R_ARM_JUMP24: { in resolveARMRelocation()
989 RelType == ELF::R_ARM_JUMP24)) { in processRelocationRef()
/freebsd-9-stable/contrib/llvm/lib/Object/
DELF.cpp292 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_ARM_JUMP24); in getELFRelocationTypeName()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DELF.h699 R_ARM_JUMP24 = 0x1d, enumerator