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

  /src/external/bsd/elftosb/dist/common/
ELFSourceFile.h 169 unsigned m_sectionIndex; //!< The index of the section this segment represents.
190 unsigned m_sectionIndex; //!< The index of the section this segment represents.
  /src/external/bsd/elftosb/dist/sbtool/
sbtool.cpp 83 unsigned m_sectionIndex; //!< Index of section to extract.
102 m_sectionIndex(0),
165 m_sectionIndex = strtoul(optarg, NULL, 0);
442 if (m_doExtract && n == m_sectionIndex)
472 Log::log(Logger::INFO, "\nSection %d contents:\n", m_sectionIndex);

Completed in 24 milliseconds