Home
last modified time | relevance | path

Searched refs:R_X86_64_64 (Results 1 – 15 of 15) sorted by relevance

/freebsd/stand/common/
H A Dreloc_elf.c99 #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 Dreloc.c165 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 Dx86_64.def7 ELF_RELOC(R_X86_64_64, 1)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp76 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 Def_amd64.c91 case R_X86_64_64: /* S + A */ in ef_amd64_reloc()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c43 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 DRuntimeDyldELF.cpp288 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 DRelocationResolver.cpp43 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 Delf_machdep.c328 case R_X86_64_64: /* S + A */ in elf_reloc_internal()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp179 case ELF::R_X86_64_64: in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp118 return IsPCRel ? ELF::R_X86_64_PC64 : ELF::R_X86_64_64; in getRelocType64()
H A DX86AsmBackend.cpp612 .Case("BFD_RELOC_64", ELF::R_X86_64_64) in getFixupKind()
/freebsd/sys/sys/
H A Delf_common.h1641 #define R_X86_64_64 1 /* Add 64 bit symbol value. */ macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2249 _ELF_DEFINE_RELOC(R_X86_64_64, 1) \
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2905 case R_X86_64_64: in ApplyRelocations()