Searched refs:bind_off (Results 1 – 8 of 8) sorted by relevance
62 if (DyLdInfoCommand.bind_off) { in totalSize()65 Ends.push_back(DyLdInfoCommand.bind_off + DyLdInfoCommand.bind_size); in totalSize()334 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.bind_off; in writeBindInfo()605 if (DyLdInfoCommand.bind_off) in writeTail()606 Queue.push_back({DyLdInfoCommand.bind_off, &MachOWriter::writeBindInfo}); in writeTail()
396 MLC.dyld_info_command_data.bind_off = in layoutTail()
879 uint32_t bind_off; member1252 sys::swapByteOrder(info.bind_off); in swapStruct()
513 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->bind_off, in writeLinkEditData()
306 IO.mapRequired("bind_off", LoadCommand.bind_off); in mapping()
674 if (DyldInfo.bind_off > FileSize) in checkDyldInfoCommand()678 BigSize = DyldInfo.bind_off; in checkDyldInfoCommand()685 if (Error Err = checkOverlappingElement(Elements, DyldInfo.bind_off, in checkDyldInfoCommand()4932 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.bind_off)); in getDyldInfoBindOpcodes()
105 c->bind_off = bindingSection->fileOff; in writeTo()
8998 outs() << " bind_off " << dc.bind_off; in PrintDyldInfoLoadCommand()8999 if (dc.bind_off > object_size) in PrintDyldInfoLoadCommand()9004 big_size = dc.bind_off; in PrintDyldInfoLoadCommand()