Home
last modified time | relevance | path

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

/third_party/musl/arch/i386/
H A Dreloc.h4 #define REL_OFFSET R_386_PC32
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A 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/
H A DX86ELFObjectWriter.cpp252 return IsPCRel ? ELF::R_386_PC32 : ELF::R_386_32; in getRelocType32()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp555 #define R_386_PC32 2 macro
/third_party/elfio/elfio/
H A Delfio_relocation.hpp154 case R_386_PC32: // S + A - P in get_entry()
H A Delf_types.hpp735 constexpr unsigned R_386_PC32 = 2; member
/third_party/elfio/tests/
H A DELFIOTest.cpp530 checkRelocation( &reloc, 1, 0x00000019, 0x0, "puts", R_386_PC32, 0x0, -25 ); in TEST()
/third_party/musl/porting/linux/user/include/
H A Delf.h1172 #define R_386_PC32 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h1163 #define R_386_PC32 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h1163 #define R_386_PC32 2 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h1163 #define R_386_PC32 2 macro
/third_party/musl/include/
H A Delf.h1199 #define R_386_PC32 2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp348 // Handle R_386_PLT32 like R_386_PC32 since it should be able to in resolveX86Relocation()
351 case ELF::R_386_PC32: { in resolveX86Relocation()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h48 constexpr FixupKind FK_PcRel = llvm::ELF::R_386_PC32;
/third_party/elfutils/libelf/
H A Delf.h1489 #define R_386_PC32 2 /* PC relative 32 bit */ macro
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp557 case R_386_PC32: in relocateSymbol()

Completed in 86 milliseconds