HomeSort by relevance Sort by last modified time
    Searched refs:GENERIC_RELOC_VANILLA (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 313 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/
X86MachObjectWriter.cpp 368 unsigned Type = MachO::GENERIC_RELOC_VANILLA;
556 Type = MachO::GENERIC_RELOC_VANILLA;
587 Type = MachO::GENERIC_RELOC_VANILLA;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 92 unsigned Type = MachO::GENERIC_RELOC_VANILLA;
  /external/llvm/include/llvm/Support/
MachO.h 435 GENERIC_RELOC_VANILLA = 0,
445 PPC_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
465 ARM_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 243 GENERIC_RELOC_VANILLA = 0, /* generic relocation */
471 reloc->type = GENERIC_RELOC_VANILLA;
    [all...]

Completed in 98 milliseconds