reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
702 while (Offset < Section.size()) { 704 support::endian::read32le(Section.data() + Offset) : 705 support::endian::read32be(Section.data() + Offset); 712 if (SectionLength == 0 || (SectionLength + Offset) > Section.size()) { 718 ParseSubsection(Section.data() + Offset, SectionLength);