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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  397   if ((section.content.size() % sizeMultiple) != 0)
  399                                           + section.segmentName
  400                                           + "/" + section.sectionName
  402                                           + Twine(section.content.size())
  408     return processSymboledSection(atomType, section, normalizedFile, file,
  412     for (unsigned int offset = 0, e = section.content.size(); offset != e;) {
  426           if (section.content[i] == 0) {
  436           if ((section.content[i] == 0) && (section.content[i + 1] == 0)) {
  436           if ((section.content[i] == 0) && (section.content[i + 1] == 0)) {
  444         size = read32(&section.content[offset], isBig) + 4;
  445         if (offset+size > section.content.size()) {
  447                                                 + section.segmentName
  448                                                 + "/" + section.sectionName
  468                                               + section.segmentName
  469                                               + "/" + section.sectionName
  477         std::string segSectName = section.segmentName.str()
  478                                   + "/" + section.sectionName.str();
  481                                            size, segSectName, true, &section);
  484                             false, false, copyRefs, &section);