Home
last modified time | relevance | path

Searched refs:X86_64_RELOC_UNSIGNED (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h90 case MachO::X86_64_RELOC_UNSIGNED: in resolveRelocation()
120 MachO::X86_64_RELOC_UNSIGNED, Value.Offset, false, in processGOTRelocation()
130 MachO::X86_64_RELOC_UNSIGNED, RE.Addend, true, 2); in processGOTRelocation()
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-relocations.test7 CHECK: 0000000000000000 X86_64_RELOC_UNSIGNED __text
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp131 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
194 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
322 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
DX86MachORelocationInfo.cpp83 if (RType != X86_64_RELOC_UNSIGNED) in createExprForRelocation()
/external/llvm/lib/Object/
DMachOObjectFile.cpp868 if (RType != MachO::X86_64_RELOC_UNSIGNED) in getRelocationValueString()
1023 if (Type == MachO::X86_64_RELOC_UNSIGNED && Rel.d.a > 0) { in getRelocationHidden()
/external/llvm/include/llvm/Support/
DMachO.h513 X86_64_RELOC_UNSIGNED = 0, enumerator
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test653 MACHO-64: Type: X86_64_RELOC_UNSIGNED (0)
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1894 if (TypeNext == MachO::X86_64_RELOC_UNSIGNED && isExternNext) { in SymbolizerGetOpInfo()