Home
last modified time | relevance | path

Searched refs:R_X86_64_PC32 (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/arch/x32/
H A Dreloc.h16 #define REL_OFFSET R_X86_64_PC32
/third_party/musl/arch/x86_64/
H A Dreloc.h4 #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 DRuntimeDyldELF.cpp304 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 DRelocationResolver.cpp32 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 DX86ELFObjectWriter.cpp114 return IsPCRel ? ELF::R_X86_64_PC32 : ELF::R_X86_64_32; in getRelocType64()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp556 #define R_X86_64_PC32 2 macro
/third_party/elfio/tests/
H A DELFIOTest.cpp468 checkRelocation( &reloc, 1, 0x0000000A, 0x0, "puts", R_X86_64_PC32, in TEST()
/third_party/elfio/elfio/
H A Delf_types.hpp736 constexpr unsigned R_X86_64_PC32 = 2; member
/third_party/musl/porting/linux/user/include/
H A Delf.h2989 #define R_X86_64_PC32 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h2980 #define R_X86_64_PC32 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h2980 #define R_X86_64_PC32 2 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h2980 #define R_X86_64_PC32 2 macro
/third_party/musl/include/
H A Delf.h3016 #define R_X86_64_PC32 2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8664.h47 constexpr FixupKind FK_PcRel = llvm::ELF::R_X86_64_PC32;
/third_party/elfutils/libelf/
H A Delf.h3468 #define R_X86_64_PC32 2 /* PC relative 32 bit signed */ macro
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp616 case R_X86_64_PC32:

Completed in 76 milliseconds