Searched refs:GENERIC_RELOC_VANILLA (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOI386.h | 48 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 D | RuntimeDyldMachOARM.h | 136 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 D | X86MachObjectWriter.cpp | 374 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 D | RuntimeDyldMachO.cpp | 215 MachO::GENERIC_RELOC_VANILLA, 0, false, 2); in populateIndirectSymbolPointersSection()
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 409 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 D | MachObjectWriter.cpp | 764 MRE.r_word1 = (Log2Size << 25) | (MachO::GENERIC_RELOC_VANILLA << 28); in populateAddrSigSection()
|