Home
last modified time | relevance | path

Searched refs:R_X86_64_PLT32 (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
Dx86_64.def10 ELF_RELOC(R_X86_64_PLT32, 4)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
Dx86_64.def10 ELF_RELOC(R_X86_64_PLT32, 4)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp197 return ELF::R_X86_64_PLT32; in getRelocType64()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h843 #define R_X86_64_PLT32 4 /* PC-relative 32 bit PLT offset. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h843 #define R_X86_64_PLT32 4 /* PC-relative 32 bit PLT offset. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp562 #define R_X86_64_PLT32 4 macro
/third_party/musl/ndk_musl_include/
Delf.h2982 #define R_X86_64_PLT32 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h2982 #define R_X86_64_PLT32 4 macro
/third_party/musl/include/
Delf.h2986 #define R_X86_64_PLT32 4 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h2982 #define R_X86_64_PLT32 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h2982 #define R_X86_64_PLT32 4 macro
/third_party/musl/porting/linux/user/include/
Delf.h2990 #define R_X86_64_PLT32 4 macro
/third_party/elfio/elfio/
Delf_types.hpp742 constexpr unsigned R_X86_64_PLT32 = 4; variable
/third_party/elfutils/libelf/
Delf.h3470 #define R_X86_64_PLT32 4 /* 32 bit PLT address */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1652 if (RelType == ELF::R_X86_64_PLT32) { in processRelocationRef()