Searched refs:sectionCount (Results 1 – 3 of 3) sorted by relevance
133 unsigned sectionCount = m_header.m_sectionCount; in readSectionTable() local134 while (sectionCount--) in readSectionTable()
891 inline unsigned sectionCount() const { return (unsigned)m_sections.size(); } in sectionCount() function
432 … offset += numberOfCipherBlocks(sizeof(section_header_t)) * sectionCount(); // section table in getSectionOffset()