Searched refs:R_X86_64_PC32 (Results 1 - 16 of 16) sorted by relevance
/third_party/musl/arch/x32/ |
H A D | reloc.h | 16 #define REL_OFFSET R_X86_64_PC32
|
/third_party/musl/arch/x86_64/ |
H A D | reloc.h | 4 #define REL_OFFSET32 R_X86_64_PC32
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 304 case ELF::R_X86_64_PC32: { in resolveX86_64Relocation() 1699 ELF::R_X86_64_PC32); in processRelocationRef() 1708 resolveRelocation(Section, Offset, StubAddress, ELF::R_X86_64_PC32, in processRelocationRef() 1711 RelocationEntry RE(SectionID, Offset, ELF::R_X86_64_PC32, Value.Addend, in processRelocationRef() 1720 ELF::R_X86_64_PC32); in processRelocationRef() 1752 } else if (RelType == ELF::R_X86_64_PC32) { in processRelocationRef() 1951 case ELF::R_X86_64_PC32: in relocationNeedsStub()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 32 case ELF::R_X86_64_PC32: in supportsX86_64() 50 case ELF::R_X86_64_PC32: in resolveX86_64()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 114 return IsPCRel ? ELF::R_X86_64_PC32 : ELF::R_X86_64_32; in getRelocType64()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 556 #define R_X86_64_PC32 2 macro
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 468 checkRelocation( &reloc, 1, 0x0000000A, 0x0, "puts", R_X86_64_PC32, in TEST()
|
/third_party/elfio/elfio/ |
H A D | elf_types.hpp | 736 constexpr unsigned R_X86_64_PC32 = 2; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 2989 #define R_X86_64_PC32 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 2980 #define R_X86_64_PC32 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 2980 #define R_X86_64_PC32 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 2980 #define R_X86_64_PC32 2 macro
|
/third_party/musl/include/ |
H A D | elf.h | 3016 #define R_X86_64_PC32 2 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8664.h | 47 constexpr FixupKind FK_PcRel = llvm::ELF::R_X86_64_PC32;
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 3468 #define R_X86_64_PC32 2 /* PC relative 32 bit signed */ macro
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | SubzeroReactor.cpp | 616 case R_X86_64_PC32:
|
Completed in 78 milliseconds