Home
last modified time | relevance | path

Searched refs:getIndexOfSectionWithName (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/elftosb/dist/common/
DGHSSecInfo.cpp28 unsigned sectionIndex = m_elf->getIndexOfSectionWithName(kSecInfoSectionName); in GHSSecInfo()
DStELFFile.h87 unsigned getIndexOfSectionWithName(const std::string & inName);
DStELFFile.cpp134 m_symbolTableIndex = getIndexOfSectionWithName(symtab_section_name); in readFileHeaders()
153 unsigned StELFFile::getIndexOfSectionWithName(const std::string & inName) in getIndexOfSectionWithName() function in StELFFile
DELFSourceFile.cpp282 unsigned index = m_file->getIndexOfSectionWithName(section); in createDataTargetForSection()