HomeSort by: relevance | last modified time | path
    Searched defs:sectionIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
GHSSecInfo.cpp 28 unsigned sectionIndex = m_elf->getIndexOfSectionWithName(kSecInfoSectionName);
29 if (sectionIndex == SHN_UNDEF)
35 const Elf32_Shdr & secInfo = m_elf->getSectionAtIndex(sectionIndex);
43 m_info = (ghs_secinfo_t *)m_elf->getSectionDataAtIndex(sectionIndex);
StELFFile.cpp 155 unsigned sectionIndex = 0;
157 for (; it != getSectionEnd(); ++it, ++sectionIndex)
164 return sectionIndex;

Completed in 24 milliseconds