reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/BinaryFormat/MachO.h
 1081   sys::swapByteOrder(seg.nsects);
lib/Object/MachOObjectFile.cpp
  286     if (S.nsects > std::numeric_limits<uint32_t>::max() / SectionSize ||
  287         S.nsects * SectionSize > Load.C.cmdsize - SegmentLoadSize)
  291     for (unsigned J = 0; J < S.nsects; ++J) {
lib/ObjectYAML/MachOYAML.cpp
  481   IO.mapRequired("nsects", LoadCommand.nsects);
tools/dsymutil/MachOUtils.cpp
  132   Seg64.nsects = Seg.nsects;
  269   unsigned nsects = Segment.nsects;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  329         const unsigned sectionCount = read32(&seg->nsects, isBig);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  634   seg->nsects = _file.sections.size();
  635   if (seg->nsects) {
  689       cmd->nsects   = 0;
  709     cmd->nsects   = segInfo.sections.size();
tools/llvm-lipo/llvm-lipo.cpp
  119                    : O.getSegmentLoadCommand(LC).nsects);
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
  184       MLC.segment_command_data.nsects = LC.Sections.size();
tools/llvm-objdump/MachODump.cpp
  766       for (unsigned J = 0; J < Seg.nsects; ++J) {
 1094       for (unsigned J = 0; J < Seg.nsects; ++J) {
 3040       for (unsigned J = 0; J < Seg.nsects; ++J) {
 3106       for (unsigned J = 0; J < Seg.nsects; ++J) {
10073                           SLC.initprot, SLC.nsects, SLC.flags, Buf.size(),
10075       for (unsigned j = 0; j < SLC.nsects; j++) {
tools/llvm-readobj/MachODumper.cpp
  374     Segment.nsects = SC.nsects;
tools/llvm-size/llvm-size.cpp
  260       for (unsigned J = 0; J < Seg.nsects; ++J) {
  275       if (Seg.nsects != 0)
  321         for (unsigned J = 0; J < Seg.nsects; ++J) {