Home
last modified time | relevance | path

Searched refs:X86_64_RELOC_UNSIGNED (Results 1 – 8 of 8) sorted by path

/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp106 if (r.type == X86_64_RELOC_UNSIGNED) in relocateOne()
214 unsignedRelocType = X86_64_RELOC_UNSIGNED; in X86_64()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h483 X86_64_RELOC_UNSIGNED = 0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp57 case MachO::X86_64_RELOC_UNSIGNED: in getRelocKind()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h106 case MachO::X86_64_RELOC_UNSIGNED: in resolveRelocation()
142 MachO::X86_64_RELOC_UNSIGNED, Value.Offset, false, in processGOTRelocation()
152 MachO::X86_64_RELOC_UNSIGNED, RE.Addend, true, 2); in processGOTRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp680 return Type == MachO::X86_64_RELOC_UNSIGNED; in supportsMachOX86_64()
685 if (Type == MachO::X86_64_RELOC_UNSIGNED) in resolveMachOX86_64()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp134 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
203 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
341 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp458 if (RType != MachO::X86_64_RELOC_UNSIGNED) in getMachORelocationValueString()
2986 if (TypeNext == MachO::X86_64_RELOC_UNSIGNED && isExternNext) { in SymbolizerGetOpInfo()
H A Dllvm-objdump.cpp463 if (Type == MachO::X86_64_RELOC_UNSIGNED && Rel.d.a > 0) { in getHidden()