Searched refs:weak_bind_size (Results 1 – 7 of 7) sorted by relevance
69 assert((DyLdInfoCommand.weak_bind_size == O.WeakBinds.Opcodes.size()) && in totalSize()72 DyLdInfoCommand.weak_bind_size); in totalSize()348 assert((DyLdInfoCommand.weak_bind_size == O.WeakBinds.Opcodes.size()) && in writeWeakBindInfo()
404 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()
311 IO.mapRequired("weak_bind_size", LoadCommand.weak_bind_size); in mapping()
111 c->weak_bind_size = weakBindingSection->getFileSize(); in writeTo()
693 BigSize += DyldInfo.weak_bind_size; in checkDyldInfoCommand()700 DyldInfo.weak_bind_size, in checkDyldInfoCommand()4948 return ArrayRef(Ptr, DyldInfo.weak_bind_size); in getDyldInfoWeakBindOpcodes()
8996 outs() << " weak_bind_size " << dc.weak_bind_size; in PrintDyldInfoLoadCommand()8998 big_size += dc.weak_bind_size; in PrintDyldInfoLoadCommand()