Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h94 case MachO::X86_64_RELOC_UNSIGNED: in resolveRelocation()
132 MachO::X86_64_RELOC_UNSIGNED, Value.Offset, false, in processGOTRelocation()
142 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.cpp129 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
199 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
337 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
DX86MachORelocationInfo.cpp86 if (RType != X86_64_RELOC_UNSIGNED) in createExprForRelocation()
/external/llvm/test/DebugInfo/
Ddebuglineinfo-macho.test7 CHECK-NOT: error: failed to compute relocation: X86_64_RELOC_UNSIGNED
/external/llvm/include/llvm/Object/
DRelocVisitor.h234 case MachO::X86_64_RELOC_UNSIGNED: in visitMachO()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp620 if (RType != MachO::X86_64_RELOC_UNSIGNED) in getRelocationValueString()
792 if (Type == MachO::X86_64_RELOC_UNSIGNED && Rel.d.a > 0) { in getHidden()
DMachODump.cpp1844 if (TypeNext == MachO::X86_64_RELOC_UNSIGNED && isExternNext) { in SymbolizerGetOpInfo()
/external/llvm/include/llvm/Support/
DMachO.h512 X86_64_RELOC_UNSIGNED = 0, enumerator
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test653 MACHO-64: Type: X86_64_RELOC_UNSIGNED (0)