Home
last modified time | relevance | path

Searched refs:m_sectionHeaders (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/elftosb/dist/common/
DStELFFile.h78 … inline unsigned getSectionCount() const { return static_cast<unsigned>(m_sectionHeaders.size()); } in getSectionCount()
83 inline const_section_iterator getSectionBegin() const { return m_sectionHeaders.begin(); } in getSectionBegin()
84 inline const_section_iterator getSectionEnd() const { return m_sectionHeaders.end(); } in getSectionEnd()
157 std::vector<Elf32_Shdr> m_sectionHeaders; //!< All of the section headers. variable
DStELFFile.cpp100 m_sectionHeaders.push_back(sectionHeader); in readFileHeaders()
145 if (inIndex > m_sectionHeaders.size()) in getSectionAtIndex()
148 return m_sectionHeaders[inIndex]; in getSectionAtIndex()
183 return readSectionData(m_sectionHeaders[inIndex]); in getSectionDataAtIndex()