Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DStELFFile.cpp310 std::string StELFFile::getStringAtIndex(unsigned inStringTableSectionIndex, unsigned inStringIndex) in getStringAtIndex() argument
313 const Elf32_Shdr & header = getSectionAtIndex(inStringTableSectionIndex); in getStringAtIndex()
321 SectionDataInfo & info = getCachedSectionData(inStringTableSectionIndex); in getStringAtIndex()
H A DStELFFile.h122 std::string getStringAtIndex(unsigned inStringTableSectionIndex, unsigned inStringIndex);