Searched refs:R_X86_64_32 (Results 1 - 14 of 14) sorted by relevance
/third_party/musl/arch/x32/ |
H A D | reloc.h | 15 #define REL_SYMBOLIC R_X86_64_32
|
/third_party/elfutils/backends/ |
H A D | x86_64_symbol.c | 50 case R_X86_64_32: in x86_64_reloc_simple_type()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 34 case ELF::R_X86_64_32: in supportsX86_64() 53 case ELF::R_X86_64_32: in resolveX86_64()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 114 return IsPCRel ? ELF::R_X86_64_PC32 : ELF::R_X86_64_32; in getRelocType64()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 580 #define R_X86_64_32 10 macro
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 467 checkRelocation( &reloc, 0, 0x00000005, 0x0, "", R_X86_64_32, 0, 0 ); in TEST() 476 checkRelocation( &reloc1, 0, 0x00000020, 0x0, "", R_X86_64_32, 0, 0 ); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 283 case ELF::R_X86_64_32: in resolveX86_64Relocation() 286 assert((Type == ELF::R_X86_64_32 && (Value <= UINT32_MAX)) || in resolveX86_64Relocation()
|
/third_party/elfio/elfio/ |
H A D | elf_types.hpp | 760 constexpr unsigned R_X86_64_32 = 10; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 2998 #define R_X86_64_32 10 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 2989 #define R_X86_64_32 10 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 2989 #define R_X86_64_32 10 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 2989 #define R_X86_64_32 10 macro
|
/third_party/musl/include/ |
H A D | elf.h | 3025 #define R_X86_64_32 10 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 3477 #define R_X86_64_32 10 /* Direct 32 bit zero extended */ macro
|
Completed in 72 milliseconds