Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp213 subtractorRelocType = X86_64_RELOC_SUBTRACTOR; in X86_64()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h488 X86_64_RELOC_SUBTRACTOR = 5, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp81 case MachO::X86_64_RELOC_SUBTRACTOR: in getRelocKind()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h43 if (RelType == MachO::X86_64_RELOC_SUBTRACTOR) in processRelocationRef()
110 case MachO::X86_64_RELOC_SUBTRACTOR: { in resolveRelocation()
224 RelocationEntry R(SectionID, Offset, MachO::X86_64_RELOC_SUBTRACTOR, (uint64_t)Addend, in processSubtractRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5409 return RelocType == MachO::X86_64_RELOC_SUBTRACTOR; in isMachOPairedReloc()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp215 Type = MachO::X86_64_RELOC_SUBTRACTOR; in RecordX86_64Relocation()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp449 case MachO::X86_64_RELOC_SUBTRACTOR: { in getMachORelocationValueString()
2979 if (Type == MachO::X86_64_RELOC_SUBTRACTOR) { in SymbolizerGetOpInfo()
H A Dllvm-objdump.cpp467 if (PrevType == MachO::X86_64_RELOC_SUBTRACTOR) in getHidden()