Searched refs:R_X86_64_SIZE32 (Results 1 - 8 of 8) sorted by relevance

/external/llvm/test/MC/ELF/
H A Drelocation.s48 movl blah@SIZE, %eax # R_X86_64_SIZE32
49 movl blah@SIZE + 32, %eax # R_X86_64_SIZE32
50 movl blah@SIZE - 32, %eax # R_X86_64_SIZE32
102 // CHECK-NEXT: 0xC6 R_X86_64_SIZE32 blah 0x0
103 // CHECK-NEXT: 0xCD R_X86_64_SIZE32 blah 0x20
104 // CHECK-NEXT: 0xD4 R_X86_64_SIZE32 blah 0xFFFFFFFFFFFFFFE0
/external/syslinux/com32/include/sys/
H A Delfcommon.h404 #define R_X86_64_SIZE32 32 /* Size of symbol plus 32-bit addend */ macro
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp156 return ELF::R_X86_64_SIZE32;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h365 R_X86_64_SIZE32 = 32, enumerator in enum:llvm::ELF::__anon19684
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py490 R_X86_64_SIZE32 = 32 variable in class:Relocs_Elf_X86_64
/external/elfutils/libelf/
H A Delf.h3135 #define R_X86_64_SIZE32 32 /* Size of symbol plus 32-bit addend */ macro
/external/kmod/port-gnu/
H A Delf.h3134 #define R_X86_64_SIZE32 32 /* Size of symbol plus 32-bit addend */ macro
/external/swiftshader/third_party/LLVM/lib/Object/
H A DELFObjectFile.cpp943 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_X86_64_SIZE32);

Completed in 182 milliseconds