Home
last modified time | relevance | path

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

/third_party/musl/arch/i386/
Dreloc.h3 #define REL_SYMBOLIC R_386_32
/third_party/elfutils/backends/
Di386_symbol.c57 case R_386_32: in i386_reloc_simple_type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
Di386.def8 ELF_RELOC(R_386_32, 1)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
Di386.def8 ELF_RELOC(R_386_32, 1)
/third_party/elfio/tests/elf_examples/
Dhello_32_o.txt46 00000014 00000501 R_386_32 00000000 .rodata
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp219 case ELF::R_386_32: in supportsX86()
231 case ELF::R_386_32: 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/elfio/elfio/
Delfio_relocation.hpp151 case R_386_32: // S + A in get_entry()
Delf_types.hpp732 constexpr unsigned R_386_32 = 1; variable
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp552 #define R_386_32 1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.h49 constexpr FixupKind FK_Abs = llvm::ELF::R_386_32;
162 AssemblerFixup *Fixup = Asm->createFixup(llvm::ELF::R_386_32, Imm); in AsmAddress()
/third_party/elfio/tests/
DELFIOTest.cpp529 checkRelocation( &reloc, 0, 0x00000014, 0x0, "", R_386_32, 0, 0 ); in TEST()
/third_party/musl/porting/linux/user/include/
Delf.h1170 #define R_386_32 1 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1162 #define R_386_32 1 macro
/third_party/musl/include/
Delf.h1180 #define R_386_32 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1162 #define R_386_32 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1162 #define R_386_32 1 macro
/third_party/elfutils/libelf/
Delf.h1488 #define R_386_32 1 /* Direct 32 bit */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp343 case ELF::R_386_32: { in resolveX86Relocation()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp554 case R_386_32: in relocateSymbol()