Home
last modified time | relevance | path

Searched refs:R_X86_64_SIZE32 (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/llvm/test/MC/ELF/
Drelocation.s47 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/
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
/external/llvm-project/lld/test/ELF/
Dx86-64-reloc-size.s33 # 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/
Dreloc-types-elf-x64.test40 # 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/
Dx86_64.def38 ELF_RELOC(R_X86_64_SIZE32, 32)
/external/llvm/include/llvm/Support/ELFRelocs/
Dx86_64.def38 ELF_RELOC(R_X86_64_SIZE32, 32)
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
Dx86_64.def38 ELF_RELOC(R_X86_64_SIZE32, 32)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
Dx86_64.def38 ELF_RELOC(R_X86_64_SIZE32, 32)
/external/llvm-project/lld/ELF/Arch/
DX86_64.cpp334 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/
DX86ELFObjectWriter.cpp156 return ELF::R_X86_64_SIZE32; in getRelocType64()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp174 return ELF::R_X86_64_SIZE32; in getRelocType64()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp180 return ELF::R_X86_64_SIZE32; in getRelocType64()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py490 R_X86_64_SIZE32 = 32 variable in Relocs_Elf_X86_64
/external/google-breakpad/src/third_party/musl/include/
Delf.h2659 #define R_X86_64_SIZE32 32 macro
/external/kmod/port-gnu/
Delf.h3134 #define R_X86_64_SIZE32 32 /* Size of symbol plus 32-bit addend */ macro
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test95 ELF-64: Type: R_X86_64_SIZE32 (32)
/external/elfutils/libelf/
Delf.h3462 #define R_X86_64_SIZE32 32 /* Size of symbol plus 32-bit addend */ macro
/external/elfutils/backends/
DChangeLog917 * x86_64_reloc.def: Add entries for R_X86_64_SIZE32 and