Home | History | Annotate | Download | only in MC

Lines Matching refs:NumSections

153 /// \param NumSections The number of sections in this segment.
156 StringRef Name, unsigned NumSections, uint64_t VMAddr, uint64_t VMSize,
170 NumSections * (is64Bit() ? sizeof(MachO::section_64) :
190 write32(NumSections);
717 unsigned NumSections = Asm.size();
725 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64):
726 sizeof(MachO::segment_command) + NumSections * sizeof(MachO::section);
797 writeSegmentLoadCommand("", NumSections, 0, VMSize, SectionDataStart,