Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/MC/ARM/
Dmixed-arm-thumb-bl-fixup.ll62 ; LINUX-NEXT: 0x1C R_ARM_CALL internal_arm_fn 0x0
63 ; LINUX-NEXT: 0x20 R_ARM_CALL global_arm_fn 0x0
64 ; LINUX-NEXT: 0x24 R_ARM_CALL internal_thumb_fn 0x0
65 ; LINUX-NEXT: 0x28 R_ARM_CALL global_thumb_fn 0x0
Dsymbol-variants.s22 @ARM: 10 R_ARM_CALL f04
23 @ARM: 14 R_ARM_CALL f05
/external/llvm/test/MC/ARM/
Dsymbol-variants.s22 @ARM: 10 R_ARM_CALL f04
23 @ARM: 14 R_ARM_CALL f05
/external/llvm-project/lld/ELF/Arch/
DARM.cpp91 case R_ARM_CALL: in getRelExpr()
299 case R_ARM_CALL: { in needsThunk()
360 case R_ARM_CALL: in inBranchRange()
494 case R_ARM_CALL: { in relocate()
742 case R_ARM_CALL: in getImplicitAddend()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp110 Type = ELF::R_ARM_CALL; in GetRelocTypeInner()
116 Type = ELF::R_ARM_CALL; in GetRelocTypeInner()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp106 return ELF::R_ARM_CALL; in GetRelocTypeInner()
110 return ELF::R_ARM_CALL; in GetRelocTypeInner()
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp118 return ELF::R_ARM_CALL; in GetRelocTypeInner()
122 return ELF::R_ARM_CALL; in GetRelocTypeInner()
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dreloc-types-elf-arm.test34 # CHECK: Type: R_ARM_CALL (28)
177 - Type: R_ARM_CALL
/external/llvm/include/llvm/Support/ELFRelocs/
DARM.def35 ELF_RELOC(R_ARM_CALL, 0x1c)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DARM.def35 ELF_RELOC(R_ARM_CALL, 0x1c)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DARM.def35 ELF_RELOC(R_ARM_CALL, 0x1c)
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DARM.def35 ELF_RELOC(R_ARM_CALL, 0x1c)
/external/llvm-project/lld/ELF/
DThunks.cpp1048 case R_ARM_CALL: in addThunkPreArmv7()
1104 case R_ARM_CALL: in addThunkArm()
DInputSection.cpp520 case R_ARM_CALL: in getARMUndefinedRelativeWeakVA()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp485 case ELF::R_ARM_CALL: // Fall through. in resolveARMRelocation()
1334 if (RelType == ELF::R_ARM_PC24 || RelType == ELF::R_ARM_CALL || in processRelocationRef()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py747 R_ARM_CALL = 0x1c variable in Relocs_Elf_ARM
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp533 case ELF::R_ARM_CALL: // Fall through. in resolveARMRelocation()
1223 if (RelType == ELF::R_ARM_PC24 || RelType == ELF::R_ARM_CALL || in processRelocationRef()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp540 case ELF::R_ARM_CALL: // Fall through. in resolveARMRelocation()
1230 if (RelType == ELF::R_ARM_PC24 || RelType == ELF::R_ARM_CALL || in processRelocationRef()
/external/google-breakpad/src/third_party/musl/include/
Delf.h2245 #define R_ARM_CALL 28 macro
/external/kmod/port-gnu/
Delf.h2663 #define R_ARM_CALL 28 /* PC relative 24 bit (BL, BLX). */ macro
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test304 ELF-ARM: Type: R_ARM_CALL (28)
/external/elfutils/libelf/
Delf.h2916 #define R_ARM_CALL 28 /* PC relative 24 bit (BL, BLX). */ macro
/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp732 F->set_kind(llvm::ELF::R_ARM_CALL); in createBlFixup()