Searched refs:GENERIC_RELOC_VANILLA (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp313 case MachO::GENERIC_RELOC_VANILLA:
488 MachO::GENERIC_RELOC_VANILLA, 0, true, 2);
524 MachO::GENERIC_RELOC_VANILLA, 0, false, 2);
678 else if (Arch == Triple::x86 && RelType == MachO::GENERIC_RELOC_VANILLA)
785 MachO::GENERIC_RELOC_VANILLA, Value.Addend);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp368 unsigned Type = MachO::GENERIC_RELOC_VANILLA;
556 Type = MachO::GENERIC_RELOC_VANILLA;
587 Type = MachO::GENERIC_RELOC_VANILLA;
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp92 unsigned Type = MachO::GENERIC_RELOC_VANILLA;
/external/llvm/include/llvm/Support/
H A DMachO.h435 GENERIC_RELOC_VANILLA = 0, enumerator in enum:llvm::MachO::RelocationInfoType
445 PPC_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
465 ARM_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c243 GENERIC_RELOC_VANILLA = 0, /* generic relocation */ enumerator in enum:macho_reloc::reloc_type_x86_64
471 reloc->type = GENERIC_RELOC_VANILLA;

Completed in 151 milliseconds