Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DOperation.h58 enum execute_type_t enum
73 inline void setExecuteType(execute_type_t type) { m_type = type; } in setExecuteType()
74 inline execute_type_t getExecuteType() { return m_type; } in getExecuteType()
82 execute_type_t m_type;