Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DStExecutableImage.cpp424 …if (m_priority != other.m_priority && ((m_fromAddress >= other.m_fromAddress && m_fromAddress <= o… in compare()
427 if (m_priority > other.m_priority) in compare()
H A DStExecutableImage.h93 unsigned m_priority; //!< Priority for this filter. Zero is the lowest priority. member
97 : m_action(action), m_fromAddress(from), m_toAddress(to), m_priority(priority) in m_action()