Searched refs:R_X86_64_64 (Results 1 – 15 of 15) sorted by relevance
/freebsd/stand/common/ |
H A D | reloc_elf.c | 99 #define R_X86_64_64 1 in __elfN() macro 117 case R_X86_64_64: /* S + A */ in __elfN()
|
/freebsd/libexec/rtld-elf/amd64/ |
H A D | reloc.c | 165 case R_X86_64_64: in reloc_non_plt() 190 case R_X86_64_64: in reloc_non_plt() 227 case R_X86_64_64: in reloc_non_plt()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
H A D | x86_64.def | 7 ELF_RELOC(R_X86_64_64, 1)
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | X86_64.cpp | 76 symbolicRel = R_X86_64_64; in X86_64() 359 case R_X86_64_64: in getRelExpr() 456 if (type == R_X86_64_64 || type == R_X86_64_PC64 || type == R_X86_64_SIZE32 || in getDynRel() 736 case R_X86_64_64: in getImplicitAddend() 798 case R_X86_64_64: in relocate()
|
/freebsd/lib/libkldelf/ |
H A D | ef_amd64.c | 91 case R_X86_64_64: /* S + A */ in ef_amd64_reloc()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_reloc.c | 43 return (is64 ? R_X86_64_64 : R_X86_64_32); in _dwarf_get_reloc_type() 87 else if (rel_type == R_X86_64_64) in _dwarf_get_reloc_size()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 288 case ELF::R_X86_64_64: { in resolveX86_64Relocation() 1817 computeGOTOffsetRE(GOTOffset, 0, ELF::R_X86_64_64), in processRelocationRef() 1838 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_64); in processRelocationRef() 1847 ELF::R_X86_64_64, 0); in processRelocationRef() 1851 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_64); in processRelocationRef() 2504 RelocationEntry RE1(GOTSectionID, GOT1, ELF::R_X86_64_64, in createIFuncStub() 2507 RelocationEntry RE2(GOTSectionID, GOT2, ELF::R_X86_64_64, IFuncOffset, {}); in createIFuncStub() 2565 case ELF::R_X86_64_64: in relocationNeedsStub()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 43 case ELF::R_X86_64_64: in supportsX86_64() 61 case ELF::R_X86_64_64: in resolveX86_64()
|
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 328 case R_X86_64_64: /* S + A */ in elf_reloc_internal()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_x86_64.cpp | 179 case ELF::R_X86_64_64: in addSingleRelocation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 118 return IsPCRel ? ELF::R_X86_64_PC64 : ELF::R_X86_64_64; in getRelocType64()
|
H A D | X86AsmBackend.cpp | 612 .Case("BFD_RELOC_64", ELF::R_X86_64_64) in getFixupKind()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 1641 #define R_X86_64_64 1 /* Add 64 bit symbol value. */ macro
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 2249 _ELF_DEFINE_RELOC(R_X86_64_64, 1) \
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2905 case R_X86_64_64: in ApplyRelocations()
|