Searched refs:rebase_off (Results 1 – 8 of 8) sorted by relevance
58 if (DyLdInfoCommand.rebase_off) { in totalSize()61 Ends.push_back(DyLdInfoCommand.rebase_off + DyLdInfoCommand.rebase_size); in totalSize()323 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.rebase_off; in writeRebaseInfo()603 if (DyLdInfoCommand.rebase_off) in writeTail()605 {DyLdInfoCommand.rebase_off, &MachOWriter::writeRebaseInfo}); in writeTail()
396 MLC.dyld_info_command_data.rebase_off = in layoutTail()
877 uint32_t rebase_off; member1250 sys::swapByteOrder(info.rebase_off); in swapStruct()
306 IO.mapRequired("rebase_off", LoadCommand.rebase_off); in mapping()
513 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->rebase_off, in writeLinkEditData()
658 if (DyldInfo.rebase_off > FileSize) in checkDyldInfoCommand()662 uint64_t BigSize = DyldInfo.rebase_off; in checkDyldInfoCommand()669 if (Error Err = checkOverlappingElement(Elements, DyldInfo.rebase_off, in checkDyldInfoCommand()4919 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.rebase_off)); in getDyldInfoRebaseOpcodes()
102 c->rebase_off = rebaseSection->fileOff; in writeTo()
8966 outs() << " rebase_off " << dc.rebase_off; in PrintDyldInfoLoadCommand()8967 if (dc.rebase_off > object_size) in PrintDyldInfoLoadCommand()8973 big_size = dc.rebase_off; in PrintDyldInfoLoadCommand()