Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/elftosb/dist/common/
DStELFFile.h83 inline const_section_iterator getSectionBegin() const { return m_sectionHeaders.begin(); } in getSectionBegin() function
DStELFFile.cpp156 const_section_iterator it = getSectionBegin(); in getIndexOfSectionWithName()