Searched refs:weak_bind_size (Results 1 – 7 of 7) sorted by relevance
68 assert((DyLdInfoCommand.weak_bind_size == O.WeakBinds.Opcodes.size()) && in totalSize()71 DyLdInfoCommand.weak_bind_size); in totalSize()347 assert((DyLdInfoCommand.weak_bind_size == O.WeakBinds.Opcodes.size()) && in writeWeakBindInfo()
401 MLC.dyld_info_command_data.weak_bind_size = O.WeakBinds.Opcodes.size(); in layoutTail()
882 uint32_t weak_bind_size; member1255 sys::swapByteOrder(info.weak_bind_size); in swapStruct()
309 IO.mapRequired("weak_bind_size", LoadCommand.weak_bind_size); in mapping()
110 c->weak_bind_size = weakBindingSection->getFileSize(); in writeTo()
694 BigSize += DyldInfo.weak_bind_size; in checkDyldInfoCommand()701 DyldInfo.weak_bind_size, in checkDyldInfoCommand()4947 return ArrayRef(Ptr, DyldInfo.weak_bind_size); in getDyldInfoWeakBindOpcodes()
9015 outs() << " weak_bind_size " << dc.weak_bind_size; in PrintDyldInfoLoadCommand()9017 big_size += dc.weak_bind_size; in PrintDyldInfoLoadCommand()