Searched refs:R_X86_64_SIZE32 (Results 1 – 18 of 18) sorted by relevance
/external/llvm-project/llvm/test/MC/ELF/ |
D | relocation.s | 47 movl blah@SIZE, %eax # R_X86_64_SIZE32 48 movl blah@SIZE + 32, %eax # R_X86_64_SIZE32 49 movl blah@SIZE - 32, %eax # R_X86_64_SIZE32
|
/external/llvm/test/MC/ELF/ |
D | relocation.s | 48 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
|
/external/llvm-project/lld/test/ELF/ |
D | x86-64-reloc-size.s | 33 # RELOC2-NEXT: 0x2333 R_X86_64_SIZE32 foo 0xFFFFFFFFFFFFFFFF 34 # RELOC2-NEXT: 0x233A R_X86_64_SIZE32 foo 0x1
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | reloc-types-elf-x64.test | 40 # LLVM: Type: R_X86_64_SIZE32 (32) 83 # GNU-NEXT: 00000000000000e3 0000000100000020 R_X86_64_SIZE32 0000000000000000 foo + 0 199 Type: R_X86_64_SIZE32
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | x86_64.def | 38 ELF_RELOC(R_X86_64_SIZE32, 32)
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | x86_64.def | 38 ELF_RELOC(R_X86_64_SIZE32, 32)
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | x86_64.def | 38 ELF_RELOC(R_X86_64_SIZE32, 32)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | x86_64.def | 38 ELF_RELOC(R_X86_64_SIZE32, 32)
|
/external/llvm-project/lld/ELF/Arch/ |
D | X86_64.cpp | 334 case R_X86_64_SIZE32: in getRelExpr() 409 if (type == R_X86_64_64 || type == R_X86_64_PC64 || type == R_X86_64_SIZE32 || in getDynRel() 713 case R_X86_64_SIZE32: in relocate()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 156 return ELF::R_X86_64_SIZE32; in getRelocType64()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 174 return ELF::R_X86_64_SIZE32; in getRelocType64()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 180 return ELF::R_X86_64_SIZE32; in getRelocType64()
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 490 R_X86_64_SIZE32 = 32 variable in Relocs_Elf_X86_64
|
/external/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 2659 #define R_X86_64_SIZE32 32 macro
|
/external/kmod/port-gnu/ |
D | elf.h | 3134 #define R_X86_64_SIZE32 32 /* Size of symbol plus 32-bit addend */ macro
|
/external/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 95 ELF-64: Type: R_X86_64_SIZE32 (32)
|
/external/elfutils/libelf/ |
D | elf.h | 3462 #define R_X86_64_SIZE32 32 /* Size of symbol plus 32-bit addend */ macro
|
/external/elfutils/backends/ |
D | ChangeLog | 917 * x86_64_reloc.def: Add entries for R_X86_64_SIZE32 and
|