Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DStELFFile.h78 inline unsigned getSectionCount() const { return static_cast<unsigned>(m_sectionHeaders.size()); } in getSectionCount() function
H A DELFSourceFile.cpp207 for (; index < m_file->getSectionCount(); ++index) in createDataSource()
H A DStELFFile.cpp499 unsigned count = getSectionCount(); in dumpSections()