/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 8 ; CHECK: R_X86_64_GOTPCREL foo
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/ |
D | relax-relocs.ll | 7 ; Test that we produce R_X86_64_GOTPCREL instead of R_X86_64_GOTPCRELX 8 ; CHECK: R_X86_64_GOTPCREL foo
|
D | relocation-model-pic.ll | 53 ; PIC: R_X86_64_GOTPCREL foo
|
/external/u-boot/arch/x86/include/asm/ |
D | elf.h | 35 #define R_X86_64_GOTPCREL 9 macro
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | x86_64.def | 15 ELF_RELOC(R_X86_64_GOTPCREL, 9)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | x86_64.def | 15 ELF_RELOC(R_X86_64_GOTPCREL, 9)
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | x86_64.def | 15 ELF_RELOC(R_X86_64_GOTPCREL, 9)
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 184 return ELF::R_X86_64_GOTPCREL; in getRelocType64() 187 return ELF::R_X86_64_GOTPCREL; in getRelocType64()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 190 return ELF::R_X86_64_GOTPCREL; in getRelocType64() 193 return ELF::R_X86_64_GOTPCREL; in getRelocType64()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 342 R_X86_64_GOTPCREL = 9, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1705 } else if (RelType == ELF::R_X86_64_GOTPCREL || in processRelocationRef() 1911 return RelTy == ELF::R_X86_64_GOTPCREL || in relocationNeedsGot() 1927 case ELF::R_X86_64_GOTPCREL: in relocationNeedsStub()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 1687 Type = ELF::R_X86_64_GOTPCREL; in GetRelocType() 1724 Type = ELF::R_X86_64_GOTPCREL; in GetRelocType()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1752 } else if (RelType == ELF::R_X86_64_GOTPCREL || in processRelocationRef() 1916 case ELF::R_X86_64_GOTPCREL: in relocationNeedsStub()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 467 R_X86_64_GOTPCREL = 9 variable in Relocs_Elf_X86_64
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 467 R_X86_64_GOTPCREL = 9 variable in Relocs_Elf_X86_64
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | ELFObjectFile.cpp | 925 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_X86_64_GOTPCREL); in getRelocationTypeName()
|
/external/kmod/port-gnu/ |
D | elf.h | 3104 #define R_X86_64_GOTPCREL 9 /* 32 bit signed PC relative macro
|
/external/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 72 ELF-64: Type: R_X86_64_GOTPCREL (9)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 72 ELF-64: Type: R_X86_64_GOTPCREL (9)
|
/external/elfutils/libelf/ |
D | elf.h | 3324 #define R_X86_64_GOTPCREL 9 /* 32 bit signed PC relative macro
|