Home
last modified time | relevance | path

Searched refs:m_hasInfo (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DGHSSecInfo.cpp23 : m_elf(elf), m_hasInfo(false), m_info(0), m_entryCount(0) in GHSSecInfo()
42 m_hasInfo = true; in GHSSecInfo()
64 if (!m_hasInfo) in isSectionFilled()
H A DGHSSecInfo.h39 bool hasSecinfo() const { return m_hasInfo; } in hasSecinfo()
65 bool m_hasInfo; //!< Whether .secinfo is present in the ELF file. variable