Home
last modified time | relevance | path

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

/external/llvm/test/MC/ARM/
Dsymbol-variants.s22 @ARM: 10 R_ARM_CALL f04
23 @ARM: 14 R_ARM_CALL f05
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp107 Type = ELF::R_ARM_CALL; in GetRelocTypeInner()
113 Type = ELF::R_ARM_CALL; in GetRelocTypeInner()
/external/llvm/include/llvm/Support/ELFRelocs/
DARM.def35 ELF_RELOC(R_ARM_CALL, 0x1c)
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp504 case ELF::R_ARM_CALL: // Fall through. in resolveARMRelocation()
1009 (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/llvm/test/tools/llvm-readobj/
Dreloc-types.test303 ELF-ARM: Type: R_ARM_CALL (28)
/external/elfutils/src/libelf/
Delf.h2521 #define R_ARM_CALL 28 /* PC relative 24 bit (BL, BLX). */ macro