Searched refs:m_hasInfo (Results 1 – 2 of 2) sorted by relevance
23 : 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()
39 bool hasSecinfo() const { return m_hasInfo; } in hasSecinfo()65 bool m_hasInfo; //!< Whether .secinfo is present in the ELF file. variable