Home
last modified time | relevance | path

Searched defs:AddressFilter (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DStExecutableImage.h88 struct AddressFilter struct
90 AddressFilterAction m_action; //!< Action to be performed when the filter is matched. argument
96 AddressFilter(AddressFilterAction action, uint32_t from, uint32_t to, unsigned priority=0) argument
105 int compare(const AddressFilter & other) const; argument