Searched refs:bind_size (Results 1 – 8 of 8) sorted by relevance
64 assert((DyLdInfoCommand.bind_size == O.Binds.Opcodes.size()) && in totalSize()66 Ends.push_back(DyLdInfoCommand.bind_off + DyLdInfoCommand.bind_size); in totalSize()336 assert((DyLdInfoCommand.bind_size == O.Binds.Opcodes.size()) && in writeBindInfo()
400 MLC.dyld_info_command_data.bind_size = O.Binds.Opcodes.size(); in layoutTail()
1365 self.bind_size = 01375 …self.rebase_off, self.rebase_size, self.bind_off, self.bind_size, self.weak_bind_off, self.weak_bi…1383 self.bind_off, self.bind_size)
884 uint32_t bind_size; member1252 sys::swapByteOrder(info.bind_size); in swapStruct()
308 IO.mapRequired("bind_size", LoadCommand.bind_size); in mapping()
108 c->bind_size = bindingSection->getFileSize(); in writeTo()
673 BigSize += DyldInfo.bind_size; in checkDyldInfoCommand()680 DyldInfo.bind_size, in checkDyldInfoCommand()4918 return ArrayRef(Ptr, DyldInfo.bind_size); in getDyldInfoBindOpcodes()
9282 outs() << " bind_size " << dc.bind_size; in PrintDyldInfoLoadCommand()9284 big_size += dc.bind_size; in PrintDyldInfoLoadCommand()