Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DARM.def35 ELF_RELOC(R_ARM_CALL, 0x1c)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DARM.def35 ELF_RELOC(R_ARM_CALL, 0x1c)
/third_party/skia/third_party/externals/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()
/third_party/musl/porting/linux/user/include/
Delf.h2532 #define R_ARM_CALL 28 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h2524 #define R_ARM_CALL 28 macro
/third_party/musl/include/
Delf.h2542 #define R_ARM_CALL 28 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h2524 #define R_ARM_CALL 28 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h2524 #define R_ARM_CALL 28 macro
/third_party/elfutils/libelf/
Delf.h2959 #define R_ARM_CALL 28 /* PC relative 24 bit (BL, BLX). */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp730 F->set_kind(llvm::ELF::R_ARM_CALL); in createBlFixup()