Searched refs:X86_64_RELOC_UNSIGNED (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 108 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/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 108 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/ |
D | macho-relocations.test | 7 CHECK: 0000000000000000 X86_64_RELOC_UNSIGNED __text
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 134 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 135 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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | debuglineinfo-macho.test | 7 CHECK-NOT: error: failed to compute relocation: X86_64_RELOC_UNSIGNED
|
/external/llvm/test/DebugInfo/ |
D | debuglineinfo-macho.test | 7 CHECK-NOT: error: failed to compute relocation: X86_64_RELOC_UNSIGNED
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 317 Rel == MachO::X86_64_RELOC_UNSIGNED) in visitMachO()
|
/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 241 case MachO::X86_64_RELOC_UNSIGNED: in visitMachO()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 757 if (RType != MachO::X86_64_RELOC_UNSIGNED) in getRelocationValueString() 929 if (Type == MachO::X86_64_RELOC_UNSIGNED && Rel.d.a > 0) { in getHidden()
|
D | MachODump.cpp | 1973 if (TypeNext == MachO::X86_64_RELOC_UNSIGNED && isExternNext) { in SymbolizerGetOpInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 694 if (RType != MachO::X86_64_RELOC_UNSIGNED) in getRelocationValueString() 869 if (Type == MachO::X86_64_RELOC_UNSIGNED && Rel.d.a > 0) { in getHidden()
|
D | MachODump.cpp | 2400 if (TypeNext == MachO::X86_64_RELOC_UNSIGNED && isExternNext) { in SymbolizerGetOpInfo()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 470 X86_64_RELOC_UNSIGNED = 0, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 470 X86_64_RELOC_UNSIGNED = 0, enumerator
|
/external/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 662 MACHO-64: Type: X86_64_RELOC_UNSIGNED (0)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 662 MACHO-64: Type: X86_64_RELOC_UNSIGNED (0)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 467 X86_64_RELOC_UNSIGNED = 0, enumerator
|