Searched refs:R_X86_64_GOTPCRELX (Results 1 – 21 of 21) sorted by relevance
/external/llvm-project/llvm/test/MC/X86/ |
D | gotpcrelx.s | 8 # CHECK-NEXT: R_X86_64_GOTPCRELX mov 9 # CHECK-NEXT: R_X86_64_GOTPCRELX test 10 # CHECK-NEXT: R_X86_64_GOTPCRELX adc 11 # CHECK-NEXT: R_X86_64_GOTPCRELX add 12 # CHECK-NEXT: R_X86_64_GOTPCRELX and 13 # CHECK-NEXT: R_X86_64_GOTPCRELX cmp 14 # CHECK-NEXT: R_X86_64_GOTPCRELX or 15 # CHECK-NEXT: R_X86_64_GOTPCRELX sbb 16 # CHECK-NEXT: R_X86_64_GOTPCRELX sub 17 # CHECK-NEXT: R_X86_64_GOTPCRELX xor [all …]
|
D | reloc-directive-elf-64.s | 10 # PRINT-NEXT: .reloc 0, R_X86_64_GOTPCRELX, foo+3 17 # CHECK-NEXT: 0x0 R_X86_64_GOTPCRELX foo 0x3 28 .reloc 0, R_X86_64_GOTPCRELX, foo+3
|
/external/llvm-project/lld/test/ELF/ |
D | x86-64-gotpc-offset.s | 15 .reloc .-4, R_X86_64_GOTPCRELX, foo-4 20 .reloc .-4, R_X86_64_GOTPCRELX, foo
|
D | x86-64-gotpc-relax-nopic.s | 97 ## R_X86_64_GOTPCRELX
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | reloc-types-elf-x64.test | 46 # LLVM: Type: R_X86_64_GOTPCRELX (41) 89 # GNU-NEXT: 000000000000010a 0000000100000029 R_X86_64_GOTPCRELX 0000000000000000 foo + 0 217 Type: R_X86_64_GOTPCRELX
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | tailjmp_gotpcrel_relax_relocation.ll | 4 ; CHECK-NEXT: R_X86_64_GOTPCRELX
|
/external/llvm/test/tools/gold/X86/ |
D | relax-relocs.ll | 7 ; Test that we produce R_X86_64_GOTPCREL instead of R_X86_64_GOTPCRELX
|
/external/llvm-project/llvm/test/tools/gold/X86/ |
D | relax-relocs.ll | 7 ; Test that we produce R_X86_64_GOTPCREL instead of R_X86_64_GOTPCRELX
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | x86_64.def | 44 ELF_RELOC(R_X86_64_GOTPCRELX, 41)
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | x86_64.def | 44 ELF_RELOC(R_X86_64_GOTPCRELX, 41)
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | x86_64.def | 44 ELF_RELOC(R_X86_64_GOTPCRELX, 41)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | x86_64.def | 44 ELF_RELOC(R_X86_64_GOTPCRELX, 41)
|
/external/llvm-project/lld/ELF/Arch/ |
D | X86_64.cpp | 350 case R_X86_64_GOTPCRELX: in getRelExpr() 705 case R_X86_64_GOTPCRELX: in relocate() 737 if ((type != R_X86_64_GOTPCRELX && type != R_X86_64_REX_GOTPCRELX) || in adjustGotPcExpr() 755 if (type == R_X86_64_GOTPCRELX) in adjustGotPcExpr()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 189 return ELF::R_X86_64_GOTPCRELX; in getRelocType64()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 209 return ELF::R_X86_64_GOTPCRELX; in getRelocType64()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 215 return ELF::R_X86_64_GOTPCRELX; in getRelocType64()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1723 RelType == ELF::R_X86_64_GOTPCRELX || in processRelocationRef() 1937 RelTy == ELF::R_X86_64_GOTPCRELX || in relocationNeedsGot() 1953 case ELF::R_X86_64_GOTPCRELX: in relocationNeedsStub()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1716 RelType == ELF::R_X86_64_GOTPCRELX || in processRelocationRef() 1930 RelTy == ELF::R_X86_64_GOTPCRELX || in relocationNeedsGot() 1946 case ELF::R_X86_64_GOTPCRELX: in relocationNeedsStub()
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | ELF_x86_64.cpp | 227 case ELF::R_X86_64_GOTPCRELX: in getRelocationKind()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1753 RelType == ELF::R_X86_64_GOTPCRELX || in processRelocationRef() 1917 case ELF::R_X86_64_GOTPCRELX: in relocationNeedsStub()
|
/external/elfutils/libelf/ |
D | elf.h | 3472 #define R_X86_64_GOTPCRELX 41 /* Load from 32 bit signed pc relative macro
|