Home
last modified time | relevance | path

Searched refs:GENERIC_RELOC_VANILLA (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h48 else if (RelType == MachO::GENERIC_RELOC_VANILLA) in processRelocationRef()
109 case MachO::GENERIC_RELOC_VANILLA: in resolveRelocation()
237 MachO::GENERIC_RELOC_VANILLA, 0, true, 2); in populateJumpTable()
H A DRuntimeDyldMachOARM.h136 else if (RelType == MachO::GENERIC_RELOC_VANILLA) in processRelocationRef()
330 MachO::GENERIC_RELOC_VANILLA, Value.Offset, false, 2); in processBranchRelocation()
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp374 unsigned Type = MachO::GENERIC_RELOC_VANILLA; in recordScatteredRelocation()
560 Type = MachO::GENERIC_RELOC_VANILLA; in RecordX86Relocation()
591 Type = MachO::GENERIC_RELOC_VANILLA; in RecordX86Relocation()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp215 MachO::GENERIC_RELOC_VANILLA, 0, false, 2); in populateIndirectSymbolPointersSection()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h409 GENERIC_RELOC_VANILLA = 0, enumerator
419 PPC_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
439 ARM_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMachObjectWriter.cpp764 MRE.r_word1 = (Log2Size << 25) | (MachO::GENERIC_RELOC_VANILLA << 28); in populateAddrSigSection()