Searched refs:X86_64_RELOC_SUBTRACTOR (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h45 if (RelType == MachO::X86_64_RELOC_SUBTRACTOR)
112 case MachO::X86_64_RELOC_SUBTRACTOR: {
226 RelocationEntry R(SectionID, Offset, MachO::X86_64_RELOC_SUBTRACTOR, (uint64_t)Addend,
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp216 Type = MachO::X86_64_RELOC_SUBTRACTOR;
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp748 case MachO::X86_64_RELOC_SUBTRACTOR: {
753 // X86_64_RELOC_SUBTRACTOR must be followed by a relocation of type
759 "X86_64_RELOC_SUBTRACTOR.");
762 // X86_64_RELOC_SUBTRACTOR contains the subtrahend.
928 // an X86_64_RELOC_SUBTRACTOR.
933 if (PrevType == MachO::X86_64_RELOC_SUBTRACTOR)
H A DMachODump.cpp1966 if (Type == MachO::X86_64_RELOC_SUBTRACTOR) {
/external/llvm/include/llvm/Support/
H A DMachO.h475 X86_64_RELOC_SUBTRACTOR = 5, enumerator in enum:llvm::MachO::RelocationInfoType
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h475 X86_64_RELOC_SUBTRACTOR = 5, enumerator in enum:llvm::MachO::RelocationInfoType
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1888 return RelocType == MachO::X86_64_RELOC_SUBTRACTOR;

Completed in 335 milliseconds