Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DIVTDataSource.cpp28 m_isSelfSet(false) in IVTDataSource()
46 if (m_target && !m_isSelfSet) in getData()
72 return m_isSelfSet; in hasNaturalLocation()
98 m_isSelfSet = true; in setFieldByName()
H A DIVTDataSource.h291 bool m_isSelfSet; //!< True if the IVT self pointer was explicitly set. variable