Searched refs:bind_off (Results 1 – 9 of 9) sorted by relevance
57 if (DyLdInfoCommand.bind_off) { in totalSize()60 Ends.push_back(DyLdInfoCommand.bind_off + DyLdInfoCommand.bind_size); in totalSize()355 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.bind_off; in writeBindInfo()465 if (DyLdInfoCommand.bind_off) in writeTail()466 Queue.push_back({DyLdInfoCommand.bind_off, &MachOWriter::writeBindInfo}); in writeTail()
340 MLC.dyld_info_command_data.bind_off = in layoutTail()
463 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->bind_off, in writeLinkEditData()
268 IO.mapRequired("bind_off", LoadCommand.bind_off); in mapping()
870 uint32_t bind_off; member1117 sys::swapByteOrder(info.bind_off); in swapStruct()
664 if (DyldInfo.bind_off > FileSize) in checkDyldInfoCommand()668 BigSize = DyldInfo.bind_off; in checkDyldInfoCommand()675 if (Error Err = checkOverlappingElement(Elements, DyldInfo.bind_off, in checkDyldInfoCommand()4576 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.bind_off)); in getDyldInfoBindOpcodes()
104 c->bind_off = bindingSection->fileOff; in writeTo()
857 di->bind_off = _bindingInfo.size() ? _startOfBindingInfo : 0; in writeLoadCommands()
8982 outs() << " bind_off " << dc.bind_off; in PrintDyldInfoLoadCommand()8983 if (dc.bind_off > object_size) in PrintDyldInfoLoadCommand()8988 big_size = dc.bind_off; in PrintDyldInfoLoadCommand()