HomeSort by: relevance | last modified time | path
    Searched refs:getIndexOfSectionWithName (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
GHSSecInfo.cpp 28 unsigned sectionIndex = m_elf->getIndexOfSectionWithName(kSecInfoSectionName);
StELFFile.h 87 unsigned getIndexOfSectionWithName(const std::string & inName);
StELFFile.cpp 134 m_symbolTableIndex = getIndexOfSectionWithName(symtab_section_name);
153 unsigned StELFFile::getIndexOfSectionWithName(const std::string & inName)
ELFSourceFile.cpp 282 unsigned index = m_file->getIndexOfSectionWithName(section);

Completed in 43 milliseconds