Home
last modified time | relevance | path

Searched refs:R_X86_64_32S (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
Dx86_64.def17 ELF_RELOC(R_X86_64_32S, 11)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
Dx86_64.def17 ELF_RELOC(R_X86_64_32S, 11)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp35 case ELF::R_X86_64_32S: in supportsX86_64()
54 case ELF::R_X86_64_32S: in resolveX86_64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp116 return ELF::R_X86_64_32S; in getRelocType64()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h850 #define R_X86_64_32S 11 /* Add 32 bit sign extended symbol value */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h850 #define R_X86_64_32S 11 /* Add 32 bit sign extended symbol value */ macro
/third_party/elfio/elfio/
Delf_types.hpp583 #define R_X86_64_32S 11 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp284 case ELF::R_X86_64_32S: { in resolveX86_64Relocation()
287 (Type == ELF::R_X86_64_32S && in resolveX86_64Relocation()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h2990 #define R_X86_64_32S 11 macro
/third_party/musl/porting/linux/user/include/
Delf.h2995 #define R_X86_64_32S 11 macro
/third_party/musl/ndk_musl_include/
Delf.h2990 #define R_X86_64_32S 11 macro
/third_party/musl/include/
Delf.h2990 #define R_X86_64_32S 11 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h2990 #define R_X86_64_32S 11 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h2990 #define R_X86_64_32S 11 macro
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8664.h48 constexpr FixupKind FK_Abs = llvm::ELF::R_X86_64_32S;
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp619 case R_X86_64_32S: in relocateSymbol()