Home
last modified time | relevance | path

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

/trueos/contrib/binutils/include/elf/
HDarm.h132 RELOC_NUMBER (R_ARM_CALL, 28)
HDChangeLog407 * arm.h: Add R_ARM_CALL and R_ARM_JUMP32.
/trueos/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMELFObjectWriter.cpp183 Type = ELF::R_ARM_CALL; in GetRelocTypeInner()
/trueos/contrib/binutils/bfd/
HDelf32-arm.c482 HOWTO (R_ARM_CALL, /* type */
1705 {BFD_RELOC_ARM_PCREL_CALL, R_ARM_CALL},
3179 && r_type != R_ARM_CALL in bfd_elf32_arm_process_before_allocation()
3224 case R_ARM_CALL: in bfd_elf32_arm_process_before_allocation()
3230 && !(r_type == R_ARM_CALL && globals->use_blx)) in bfd_elf32_arm_process_before_allocation()
4594 case R_ARM_CALL: in elf32_arm_final_link_relocate()
4634 && r_type != R_ARM_CALL in elf32_arm_final_link_relocate()
4757 case R_ARM_CALL: in elf32_arm_final_link_relocate()
4772 else if (r_type != R_ARM_CALL || !globals->use_blx) in elf32_arm_final_link_relocate()
4846 if (r_type == R_ARM_CALL) in elf32_arm_final_link_relocate()
[all …]
/trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp479 case ELF::R_ARM_CALL : // Fall through. in resolveARMRelocation()
988 RelType == ELF::R_ARM_CALL || in processRelocationRef()
/trueos/contrib/llvm/lib/Object/
HDELF.cpp291 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_ARM_CALL); in getELFRelocationTypeName()
/trueos/contrib/llvm/include/llvm/Support/
HDELF.h698 R_ARM_CALL = 0x1c, enumerator