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

  /src/external/bsd/elftosb/dist/common/
GHSSecInfo.h 67 unsigned m_entryCount; //!< Number of entries in #m_info.
GHSSecInfo.cpp 23 : m_elf(elf), m_hasInfo(false), m_info(0), m_entryCount(0)
27 // look up the section. if it's not there just leave m_info and m_entryCount to 0
44 m_entryCount = secInfo.sh_size / sizeof(ghs_secinfo_t);
70 for (i = 0; i < m_entryCount; ++i)

Completed in 14 milliseconds