Home
last modified time | relevance | path

Searched refs:X86_64_RELOC_GOT (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp282 Type = MachO::X86_64_RELOC_GOT; in RecordX86_64Relocation()
324 Type = MachO::X86_64_RELOC_GOT; in RecordX86_64Relocation()
330 Type = MachO::X86_64_RELOC_GOT; in RecordX86_64Relocation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h72 if (RE.RelType == MachO::X86_64_RELOC_GOT || in processRelocationRef()
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_x86_64.cpp382 case X86_64_RELOC_GOT | rPcRel | rExtern | rLength4: in kindFromReloc()
794 X86_64_RELOC_GOT | rPcRel | rExtern | rLength4 ); in appendSectionRelocations()
DMachONormalizedFileYAML.cpp385 llvm::MachO::X86_64_RELOC_GOT); in enumeration()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp76 case MachO::X86_64_RELOC_GOT: in getRelocKind()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h478 X86_64_RELOC_GOT = 4, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp449 case MachO::X86_64_RELOC_GOT: { in getMachORelocationValueString()