Searched refs:rebase_off (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp53 if (DyLdInfoCommand.rebase_off) {
56 Ends.push_back(DyLdInfoCommand.rebase_off + DyLdInfoCommand.rebase_size);
312 char *Out = (char *)B.getBufferStart() + DyLdInfoCommand.rebase_off;
427 if (DyLdInfoCommand.rebase_off)
429 {DyLdInfoCommand.rebase_off, &MachOWriter::writeRebaseInfo});
H A DMachOLayoutBuilder.cpp301 MLC.dyld_info_command_data.rebase_off =
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h860 uint32_t rebase_off; member in struct:llvm::MachO::dyld_info_command
1112 sys::swapByteOrder(info.rebase_off);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp405 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->rebase_off,
H A DMachOYAML.cpp264 IO.mapRequired("rebase_off", LoadCommand.rebase_off);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp650 if (DyldInfo.rebase_off > FileSize)
651 return malformedError("rebase_off field of " + Twine(CmdName) +
654 uint64_t BigSize = DyldInfo.rebase_off;
657 return malformedError("rebase_off field plus rebase_size field of " +
661 if (Error Err = checkOverlappingElement(Elements, DyldInfo.rebase_off,
4545 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.rebase_off));
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp855 di->rebase_off = _rebaseInfo.size() ? _startOfRebaseInfo : 0;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8947 outs() << " rebase_off " << dc.rebase_off;
8948 if (dc.rebase_off > object_size)
8954 big_size = dc.rebase_off;

Completed in 166 milliseconds