Home
last modified time | relevance | path

Searched refs:X86_64_RELOC_SIGNED_1 (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_x86_64.cpp368 case X86_64_RELOC_SIGNED_1 | rPcRel | rExtern | rLength4: in kindFromReloc()
370 case X86_64_RELOC_SIGNED_1 | rPcRel | rLength4: in kindFromReloc()
815 X86_64_RELOC_SIGNED_1 | rPcRel | rExtern | rLength4 ); in appendSectionRelocations()
819 X86_64_RELOC_SIGNED_1 | rPcRel | rLength4 ); in appendSectionRelocations()
DMachONormalizedFileYAML.cpp389 llvm::MachO::X86_64_RELOC_SIGNED_1); in enumeration()
/freebsd-12-stable/contrib/llvm-project/lld/MachO/Arch/
DX86_64.cpp69 case X86_64_RELOC_SIGNED_1: in pcrelOffset()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h103 case MachO::X86_64_RELOC_SIGNED_1: in resolveRelocation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp307 case 1: Type = MachO::X86_64_RELOC_SIGNED_1; break; in RecordX86_64Relocation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp88 case MachO::X86_64_RELOC_SIGNED_1: in getRelocKind()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h480 X86_64_RELOC_SIGNED_1 = 6, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp482 case MachO::X86_64_RELOC_SIGNED_1: in getMachORelocationValueString()