Home | History | Annotate | Download | only in MC

Lines Matching refs:LoadCommandsSize

121                                    unsigned LoadCommandsSize,
141 write32(LoadCommandsSize);
724 uint64_t LoadCommandsSize = is64Bit() ?
731 LoadCommandsSize += sizeof(MachO::version_min_command);
738 LoadCommandsSize += sizeof(MachO::linkedit_data_command);
746 LoadCommandsSize += sizeof(MachO::linkedit_data_command);
754 LoadCommandsSize += (sizeof(MachO::symtab_command) +
761 LoadCommandsSize += ComputeLinkerOptionsLoadCommandSize(Option, is64Bit());
767 sizeof(MachO::mach_header)) + LoadCommandsSize;
793 writeHeader(MachO::MH_OBJECT, NumLoadCommands, LoadCommandsSize,