Home
last modified time | relevance | path

Searched refs:sectionCount (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/elftosb/dist/sbtool/
DEncoreBootImageReader.cpp133 unsigned sectionCount = m_header.m_sectionCount; in readSectionTable() local
134 while (sectionCount--) in readSectionTable()
/netbsd/src/external/bsd/elftosb/dist/common/
DEncoreBootImage.h891 inline unsigned sectionCount() const { return (unsigned)m_sections.size(); } in sectionCount() function
DEncoreBootImage.cpp432 … offset += numberOfCipherBlocks(sizeof(section_header_t)) * sectionCount(); // section table in getSectionOffset()