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.h108 case MachO::X86_64_RELOC_UNSIGNED: in resolveRelocation()
144 MachO::X86_64_RELOC_UNSIGNED, Value.Offset, false, in processGOTRelocation()
154 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.cpp134 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
204 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
342 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
/external/llvm/test/DebugInfo/
Ddebuglineinfo-macho.test7 CHECK-NOT: error: failed to compute relocation: X86_64_RELOC_UNSIGNED
/external/llvm/include/llvm/Object/
DRelocVisitor.h241 case MachO::X86_64_RELOC_UNSIGNED: in visitMachO()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp757 if (RType != MachO::X86_64_RELOC_UNSIGNED) in getRelocationValueString()
929 if (Type == MachO::X86_64_RELOC_UNSIGNED && Rel.d.a > 0) { in getHidden()
DMachODump.cpp1973 if (TypeNext == MachO::X86_64_RELOC_UNSIGNED && isExternNext) { in SymbolizerGetOpInfo()
/external/llvm/include/llvm/Support/
DMachO.h470 X86_64_RELOC_UNSIGNED = 0, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h470 X86_64_RELOC_UNSIGNED = 0, enumerator
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test662 MACHO-64: Type: X86_64_RELOC_UNSIGNED (0)