Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DStELFFile.cpp162 std::string sectionName = getSectionNameAtIndex(header.sh_name); in getIndexOfSectionWithName()
298 std::string StELFFile::getSectionNameAtIndex(unsigned inIndex) in getSectionNameAtIndex() function in StELFFile
507 std::string name = getSectionNameAtIndex(header.sh_name); in dumpSections()
H A DELFSourceFile.cpp210 std::string name = m_file->getSectionNameAtIndex(header.sh_name); in createDataSource()
468 std::string name = m_elf->getSectionNameAtIndex(section.sh_name); in addSection()
H A DStELFFile.h119 std::string getSectionNameAtIndex(unsigned inIndex);