Home
last modified time | relevance | path

Searched refs:R_X86_64_PC8 (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
Dx86_64.def21 ELF_RELOC(R_X86_64_PC8, 15)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
Dx86_64.def21 ELF_RELOC(R_X86_64_PC8, 15)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp120 return IsPCRel ? ELF::R_X86_64_PC8 : ELF::R_X86_64_8; in getRelocType64()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h854 #define R_X86_64_PC8 15 /* Add 8 bit signed extended pc relative symbol value */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h854 #define R_X86_64_PC8 15 /* Add 8 bit signed extended pc relative symbol value */ macro
/third_party/elfio/elfio/
Delf_types.hpp591 #define R_X86_64_PC8 15 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h2994 #define R_X86_64_PC8 15 macro
/third_party/musl/porting/linux/user/include/
Delf.h2999 #define R_X86_64_PC8 15 macro
/third_party/musl/ndk_musl_include/
Delf.h2994 #define R_X86_64_PC8 15 macro
/third_party/musl/include/
Delf.h2994 #define R_X86_64_PC8 15 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h2994 #define R_X86_64_PC8 15 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h2994 #define R_X86_64_PC8 15 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp296 case ELF::R_X86_64_PC8: { in resolveX86_64Relocation()