Searched refs:GENERIC_RELOC_VANILLA (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 50 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()
|
D | RuntimeDyldMachOARM.h | 68 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/ |
D | objdump-disassembly-inline-relocations.test | 48 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/ |
D | X86MachObjectWriter.cpp | 376 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/ |
D | relocations.test | 45 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
|
D | sections-ext.test | 183 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
|
D | reloc-types.test | 655 MACHO-32: Type: GENERIC_RELOC_VANILLA (0)
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 91 unsigned Type = MachO::GENERIC_RELOC_VANILLA; in getRelocType()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 399 GENERIC_RELOC_VANILLA = 0, enumerator 409 PPC_RELOC_VANILLA = GENERIC_RELOC_VANILLA, 429 ARM_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 213 MachO::GENERIC_RELOC_VANILLA, 0, false, 2); in populateIndirectSymbolPointersSection()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 399 GENERIC_RELOC_VANILLA = 0, enumerator 409 PPC_RELOC_VANILLA = GENERIC_RELOC_VANILLA, 429 ARM_RELOC_VANILLA = GENERIC_RELOC_VANILLA,
|