Home
last modified time | relevance | path

Searched refs:GENERIC_RELOC_PAIR (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h55 UNIMPLEMENTED_RELOC(MachO::GENERIC_RELOC_PAIR); in processRelocationRef()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMachO.h410 GENERIC_RELOC_PAIR = 1, enumerator
420 PPC_RELOC_PAIR = GENERIC_RELOC_PAIR,
440 ARM_RELOC_PAIR = GENERIC_RELOC_PAIR,
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp432 (MachO::GENERIC_RELOC_PAIR << 24) | // r_type in recordScatteredRelocation()
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp522 case MachO::GENERIC_RELOC_PAIR: // prints no info in getMachORelocationValueString()
533 if (RType != MachO::GENERIC_RELOC_PAIR) in getMachORelocationValueString()
554 if (RType != MachO::GENERIC_RELOC_PAIR) in getMachORelocationValueString()
854 r_type == MachO::GENERIC_RELOC_PAIR) || in PrintRelocationEntries()
Dllvm-objdump.cpp428 return Type == MachO::GENERIC_RELOC_PAIR; in getHidden()