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

References

tools/dsymutil/MachOUtils.cpp
  385       LoadCommandSize += sizeof(UUIDCmd);
  392       LoadCommandSize += sizeof(Cmd);
  407     LoadCommandSize += sizeof(MachO::symtab_command);
  419     LoadCommandSize += segmentLoadCommandSize(Is64Bit, Segment.nsects);
  441     LoadCommandSize += segmentLoadCommandSize(Is64Bit, NumDwarfSections);
  455   uint64_t SymtabStart = LoadCommandSize;
  460   Writer.writeHeader(MachO::MH_DSYM, NumLoadCommands, LoadCommandSize, false);
  521   assert(OutFile.tell() == LoadCommandSize + HeaderSize);
  522   OutFile.write_zeros(SymtabStart - (LoadCommandSize + HeaderSize));