Home
last modified time | relevance | path

Searched refs:R_X86_64_32 (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Dx86_64.def16 ELF_RELOC(R_X86_64_32, 10)
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c43 return (is64 ? R_X86_64_64 : R_X86_64_32); in _dwarf_get_reloc_type()
85 if (rel_type == R_X86_64_32) in _dwarf_get_reloc_size()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp357 case R_X86_64_32: in getRelExpr()
719 case R_X86_64_32: in getImplicitAddend()
783 case R_X86_64_32: in relocate()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp48 case ELF::R_X86_64_32: in supportsX86_64()
68 case ELF::R_X86_64_32: in resolveX86_64()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp167 case ELF::R_X86_64_32: in addSingleRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp120 return IsPCRel ? ELF::R_X86_64_PC32 : ELF::R_X86_64_32; in getRelocType64()
H A DX86AsmBackend.cpp611 .Case("BFD_RELOC_32", ELF::R_X86_64_32) in getFixupKind()
/freebsd/sys/sys/
H A Delf_common.h1650 #define R_X86_64_32 10 /* Add 32 bit zero extended symbol value */ macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp295 case ELF::R_X86_64_32: in resolveX86_64Relocation()
298 assert((Type == ELF::R_X86_64_32 && (Value <= UINT32_MAX)) || in resolveX86_64Relocation()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp1043 if (emachine == EM_X86_64 && type == R_X86_64_32) in relocateNonAlloc()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2258 _ELF_DEFINE_RELOC(R_X86_64_32, 10) \
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2908 case R_X86_64_32: in ApplyRelocations()