Searched refs:rebase_off (Results 1 – 8 of 8) sorted by relevance
53 if (DyLdInfoCommand.rebase_off) { in totalSize()56 Ends.push_back(DyLdInfoCommand.rebase_off + DyLdInfoCommand.rebase_size); in totalSize()312 char *Out = (char *)B.getBufferStart() + DyLdInfoCommand.rebase_off; in writeRebaseInfo()427 if (DyLdInfoCommand.rebase_off) in writeTail()429 {DyLdInfoCommand.rebase_off, &MachOWriter::writeRebaseInfo}); in writeTail()
301 MLC.dyld_info_command_data.rebase_off = in layoutTail()
405 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->rebase_off, in writeLinkEditData()
264 IO.mapRequired("rebase_off", LoadCommand.rebase_off); in mapping()
860 uint32_t rebase_off; member1112 sys::swapByteOrder(info.rebase_off); in swapStruct()
650 if (DyldInfo.rebase_off > FileSize) in checkDyldInfoCommand()654 uint64_t BigSize = DyldInfo.rebase_off; in checkDyldInfoCommand()661 if (Error Err = checkOverlappingElement(Elements, DyldInfo.rebase_off, in checkDyldInfoCommand()4545 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.rebase_off)); in getDyldInfoRebaseOpcodes()
855 di->rebase_off = _rebaseInfo.size() ? _startOfRebaseInfo : 0; in writeLoadCommands()
8947 outs() << " rebase_off " << dc.rebase_off; in PrintDyldInfoLoadCommand()8948 if (dc.rebase_off > object_size) in PrintDyldInfoLoadCommand()8954 big_size = dc.rebase_off; in PrintDyldInfoLoadCommand()