Searched refs:X86_64_RELOC_SUBTRACTOR (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 45 if (RelType == MachO::X86_64_RELOC_SUBTRACTOR) in processRelocationRef() 112 case MachO::X86_64_RELOC_SUBTRACTOR: { in resolveRelocation() 226 RelocationEntry R(SectionID, Offset, MachO::X86_64_RELOC_SUBTRACTOR, (uint64_t)Addend, in processSubtractRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 45 if (RelType == MachO::X86_64_RELOC_SUBTRACTOR) in processRelocationRef() 112 case MachO::X86_64_RELOC_SUBTRACTOR: { in resolveRelocation() 226 RelocationEntry R(SectionID, Offset, MachO::X86_64_RELOC_SUBTRACTOR, (uint64_t)Addend, in processSubtractRelocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 216 Type = MachO::X86_64_RELOC_SUBTRACTOR; in RecordX86_64Relocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 216 Type = MachO::X86_64_RELOC_SUBTRACTOR; in RecordX86_64Relocation()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 748 case MachO::X86_64_RELOC_SUBTRACTOR: { in getRelocationValueString() 933 if (PrevType == MachO::X86_64_RELOC_SUBTRACTOR) in getHidden()
|
D | MachODump.cpp | 1966 if (Type == MachO::X86_64_RELOC_SUBTRACTOR) { in SymbolizerGetOpInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 685 case MachO::X86_64_RELOC_SUBTRACTOR: { in getRelocationValueString() 873 if (PrevType == MachO::X86_64_RELOC_SUBTRACTOR) in getHidden()
|
D | MachODump.cpp | 2393 if (Type == MachO::X86_64_RELOC_SUBTRACTOR) { in SymbolizerGetOpInfo()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 475 X86_64_RELOC_SUBTRACTOR = 5, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 475 X86_64_RELOC_SUBTRACTOR = 5, enumerator
|
/external/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 667 MACHO-64: Type: X86_64_RELOC_SUBTRACTOR (5)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 667 MACHO-64: Type: X86_64_RELOC_SUBTRACTOR (5)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 472 X86_64_RELOC_SUBTRACTOR = 5, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 341 return RelocType == MachO::X86_64_RELOC_SUBTRACTOR; in isMachOPairedReloc()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1888 return RelocType == MachO::X86_64_RELOC_SUBTRACTOR; in isMachOPairedReloc()
|