/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ELFWriterInfo.cpp | 45 return ELF::R_X86_64_64; in getRelocationType() 73 case ELF::R_X86_64_64: in getDefaultAddendForRelTy() 96 case ELF::R_X86_64_64: in getRelocationTySize() 120 case ELF::R_X86_64_64: in isPCRelativeRel()
|
/external/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFELFObjectWriter.cpp | 44 return ELF::R_X86_64_64; in getRelocType() 48 return IsPCRel ? ELF::R_X86_64_PC64 : ELF::R_X86_64_64; in getRelocType()
|
/external/llvm/test/tools/sanstats/ |
D | elf.test | 96 Type: R_X86_64_64 99 Type: R_X86_64_64 106 Type: R_X86_64_64 114 Type: R_X86_64_64 180 Type: R_X86_64_64
|
/external/elfutils/backends/ |
D | x86_64_symbol.c | 47 case R_X86_64_64: in x86_64_reloc_simple_type()
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | x86_64.def | 7 ELF_RELOC(R_X86_64_64, 1)
|
/external/llvm/test/tools/llvm-readobj/ |
D | gnu-relocations.test | 22 ELF64-NEXT: 000000000000000a 0000000500000001 R_X86_64_64 0000000000000000 sym - 4
|
D | reloc-types.test | 64 ELF-64: Type: R_X86_64_64 (1)
|
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 366 #define R_X86_64_64 1 /* Direct 64 bit */ macro
|
/external/llvm/test/Object/ |
D | objdump-relocations.test | 65 ELF-complex-x86-64-NEXT: R_X86_64_64 .data-4
|
/external/syslinux/com32/lib/sys/module/x86_64/ |
D | elf_module.c | 240 case R_X86_64_64: in perform_relocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 101 return IsPCRel ? ELF::R_X86_64_PC64 : ELF::R_X86_64_64; in getRelocType64()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 234 case ELF::R_X86_64_64: { in resolveX86_64Relocation() 1740 computeGOTOffsetRE(SectionID, GOTOffset, 0, ELF::R_X86_64_64), in processRelocationRef() 1759 RelocationEntry RE = computeGOTOffsetRE(SectionID, GOTOffset, Value.Offset, ELF::R_X86_64_64); in processRelocationRef() 1921 case ELF::R_X86_64_64: in relocationNeedsStub()
|
/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 76 case llvm::ELF::R_X86_64_64: in visitELF()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 334 R_X86_64_64 = 1, enumerator
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 459 R_X86_64_64 = 1 variable in Relocs_Elf_X86_64
|
/external/valgrind/VEX/switchback/ |
D | linker.c | 808 case R_X86_64_64: /* 1 *//* Direct 64 bit */
|
/external/elfutils/libelf/ |
D | elf.h | 3097 #define R_X86_64_64 1 /* Direct 64 bit */ macro
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | ELFObjectFile.cpp | 917 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_X86_64_64); in getRelocationTypeName()
|
/external/kmod/port-gnu/ |
D | elf.h | 3096 #define R_X86_64_64 1 /* Direct 64 bit */ macro
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 1712 case FK_Data_8: Type = ELF::R_X86_64_64; break; in GetRelocType()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 565 case ELF::R_X86_64_64: { in getRelocationValueString()
|
/external/elfutils/libebl/ |
D | ChangeLog | 942 * x86_64_symbol.c (reloc_map_table): Fix entries for R_X86_64_64
|