Searched refs:bind_size (Results 1 – 8 of 8) sorted by relevance
58 assert((DyLdInfoCommand.bind_size == O.Binds.Opcodes.size()) && in totalSize()60 Ends.push_back(DyLdInfoCommand.bind_off + DyLdInfoCommand.bind_size); in totalSize()356 assert((DyLdInfoCommand.bind_size == O.Binds.Opcodes.size()) && in writeBindInfo()
342 MLC.dyld_info_command_data.bind_size = O.Binds.Opcodes.size(); in layoutTail()
871 uint32_t bind_size; member1118 sys::swapByteOrder(info.bind_size); in swapStruct()
269 IO.mapRequired("bind_size", LoadCommand.bind_size); in mapping()
105 c->bind_size = bindingSection->getFileSize(); in writeTo()
669 BigSize += DyldInfo.bind_size; in checkDyldInfoCommand()676 DyldInfo.bind_size, in checkDyldInfoCommand()4577 return makeArrayRef(Ptr, DyldInfo.bind_size); in getDyldInfoBindOpcodes()
858 di->bind_size = _bindingInfo.size(); in writeLoadCommands()
8987 outs() << " bind_size " << dc.bind_size; in PrintDyldInfoLoadCommand()8989 big_size += dc.bind_size; in PrintDyldInfoLoadCommand()