Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h50 else if (RelType == MachO::GENERIC_RELOC_VANILLA) in processRelocationRef()
111 case MachO::GENERIC_RELOC_VANILLA: in resolveRelocation()
236 MachO::GENERIC_RELOC_VANILLA, 0, true, 2); in populateJumpTable()
DRuntimeDyldMachOARM.h68 else if (RelType == MachO::GENERIC_RELOC_VANILLA) in processRelocationRef()
204 MachO::GENERIC_RELOC_VANILLA, Value.Offset, false, 2); in processBranchRelocation()
/external/llvm/test/Object/X86/
Dobjdump-disassembly-inline-relocations.test48 MACHO-i386: e: GENERIC_RELOC_VANILLA __cstring
50 MACHO-i386: 13: GENERIC_RELOC_VANILLA __jump_table
52 MACHO-i386: 18: GENERIC_RELOC_VANILLA __jump_table
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp376 unsigned Type = MachO::GENERIC_RELOC_VANILLA; in recordScatteredRelocation()
563 Type = MachO::GENERIC_RELOC_VANILLA; in RecordX86Relocation()
592 Type = MachO::GENERIC_RELOC_VANILLA; in RecordX86Relocation()
/external/llvm/test/tools/llvm-readobj/
Drelocations.test45 MACHO-I386-NEXT: 0x18 1 2 1 GENERIC_RELOC_VANILLA 0 _SomeOtherFunction
46 MACHO-I386-NEXT: 0x13 1 2 1 GENERIC_RELOC_VANILLA 0 _puts
Dsections-ext.test183 MACHO-I386-NEXT: 0x18 1 2 1 GENERIC_RELOC_VANILLA 0 _SomeOtherFunction
184 MACHO-I386-NEXT: 0x13 1 2 1 GENERIC_RELOC_VANILLA 0 _puts
Dreloc-types.test655 MACHO-32: Type: GENERIC_RELOC_VANILLA (0)
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp91 unsigned Type = MachO::GENERIC_RELOC_VANILLA; in getRelocType()
/external/llvm/include/llvm/Support/
DMachO.h399 GENERIC_RELOC_VANILLA = 0, enumerator
409 PPC_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
429 ARM_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp213 MachO::GENERIC_RELOC_VANILLA, 0, false, 2); in populateIndirectSymbolPointersSection()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h399 GENERIC_RELOC_VANILLA = 0, enumerator
409 PPC_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
429 ARM_RELOC_VANILLA = GENERIC_RELOC_VANILLA,