Searched refs:LoadCommandsSize (Results 1 – 2 of 2) sorted by relevance
128 unsigned LoadCommandsSize, in WriteHeader() argument148 Write32(LoadCommandsSize); in WriteHeader()753 uint64_t LoadCommandsSize = is64Bit() ? in WriteObject() local760 LoadCommandsSize += sizeof(MachO::version_min_command); in WriteObject()767 LoadCommandsSize += sizeof(MachO::linkedit_data_command); in WriteObject()775 LoadCommandsSize += sizeof(MachO::linkedit_data_command); in WriteObject()783 LoadCommandsSize += (sizeof(MachO::symtab_command) + in WriteObject()792 LoadCommandsSize += ComputeLinkerOptionsLoadCommandSize(LinkerOptions[i], in WriteObject()799 sizeof(MachO::mach_header)) + LoadCommandsSize; in WriteObject()827 WriteHeader(NumLoadCommands, LoadCommandsSize, in WriteObject()
169 void WriteHeader(unsigned NumLoadCommands, unsigned LoadCommandsSize,