Home
last modified time | relevance | path

Searched refs:R_386_PC32 (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/arch/i386/
Dreloc.h4 #define REL_OFFSET R_386_PC32
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
Di386.def9 ELF_RELOC(R_386_PC32, 2)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
Di386.def9 ELF_RELOC(R_386_PC32, 2)
/third_party/elfio/tests/elf_examples/
Dhello_32_o.txt47 00000019 00000902 R_386_PC32 00000000 puts
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp220 case ELF::R_386_PC32: in supportsX86()
233 case ELF::R_386_PC32: in resolveX86()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp252 return IsPCRel ? ELF::R_386_PC32 : ELF::R_386_32; in getRelocType32()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h506 #define R_386_PC32 2 /* Add PC-relative symbol value. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h506 #define R_386_PC32 2 /* Add PC-relative symbol value. */ macro
/third_party/elfio/elfio/
Delfio_relocation.hpp153 case R_386_PC32: // S + A - P in get_entry()
Delf_types.hpp555 #define R_386_PC32 2 macro
/third_party/elfio/tests/
DELFIOTest.cpp515 checkRelocation( &reloc, 1, 0x00000019, 0x0, "puts", R_386_PC32, 0x0, -25 ); in BOOST_AUTO_TEST_CASE()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1163 #define R_386_PC32 2 macro
/third_party/musl/porting/linux/user/include/
Delf.h1168 #define R_386_PC32 2 macro
/third_party/musl/ndk_musl_include/
Delf.h1163 #define R_386_PC32 2 macro
/third_party/musl/include/
Delf.h1163 #define R_386_PC32 2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.h48 constexpr FixupKind FK_PcRel = llvm::ELF::R_386_PC32;
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1163 #define R_386_PC32 2 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1163 #define R_386_PC32 2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp351 case ELF::R_386_PC32: { in resolveX86Relocation()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp557 case R_386_PC32: in relocateSymbol()