Home
last modified time | relevance | path

Searched refs:R_386_PLT32 (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
Di386.def11 ELF_RELOC(R_386_PLT32, 4)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
Di386.def11 ELF_RELOC(R_386_PLT32, 4)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp297 return ELF::R_386_PLT32; in getRelocType32()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h508 #define R_386_PLT32 4 /* Add PC-relative PLT offset. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h508 #define R_386_PLT32 4 /* Add PC-relative PLT offset. */ macro
/third_party/elfio/elfio/
Delfio_relocation.hpp159 case R_386_PLT32: // L + A - P in get_entry()
Delf_types.hpp561 #define R_386_PLT32 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1165 #define R_386_PLT32 4 macro
/third_party/musl/porting/linux/user/include/
Delf.h1170 #define R_386_PLT32 4 macro
/third_party/musl/ndk_musl_include/
Delf.h1165 #define R_386_PLT32 4 macro
/third_party/musl/include/
Delf.h1165 #define R_386_PLT32 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1165 #define R_386_PLT32 4 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1165 #define R_386_PLT32 4 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp350 case ELF::R_386_PLT32: in resolveX86Relocation()