Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DStELFFile.cpp304 return getStringAtIndex(m_header.e_shstrndx, inIndex); in getSectionNameAtIndex()
310 std::string StELFFile::getStringAtIndex(unsigned inStringTableSectionIndex, unsigned inStringIndex) in getStringAtIndex() function in StELFFile
408 return getStringAtIndex(symbolStringTableIndex, inSymbol.st_name); in getSymbolName()
H A DStELFFile.h122 std::string getStringAtIndex(unsigned inStringTableSectionIndex, unsigned inStringIndex);