Searched refs:lazy_bind_size (Results 1 – 8 of 8) sorted by relevance
69 assert((DyLdInfoCommand.lazy_bind_size == O.LazyBinds.Opcodes.size()) && in totalSize()72 DyLdInfoCommand.lazy_bind_size); in totalSize()380 assert((DyLdInfoCommand.lazy_bind_size == O.LazyBinds.Opcodes.size()) && in writeLazyBindInfo()
348 MLC.dyld_info_command_data.lazy_bind_size = O.LazyBinds.Opcodes.size(); in layoutTail()
875 uint32_t lazy_bind_size; member1122 sys::swapByteOrder(info.lazy_bind_size); in swapStruct()
273 IO.mapRequired("lazy_bind_size", LoadCommand.lazy_bind_size); in mapping()
113 c->lazy_bind_size = lazyBindingSection->getFileSize(); in writeTo()
699 BigSize += DyldInfo.lazy_bind_size; in checkDyldInfoCommand()706 DyldInfo.lazy_bind_size, in checkDyldInfoCommand()4605 return makeArrayRef(Ptr, DyldInfo.lazy_bind_size); in getDyldInfoLazyBindOpcodes()
862 di->lazy_bind_size = _lazyBindingInfo.size(); in writeLoadCommands()
9011 outs() << " lazy_bind_size " << dc.lazy_bind_size; in PrintDyldInfoLoadCommand()9013 big_size += dc.lazy_bind_size; in PrintDyldInfoLoadCommand()