Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_disasm_impl.h57 struct mdb_disasm { struct
58 const char *dis_name; /* Disassembler name */
59 const char *dis_desc; /* Brief description */
60 mdb_module_t *dis_module; /* Backpointer to containing module */
61 const mdb_dis_ops_t *dis_ops; /* Pointer to ops vector */
62 void *dis_data; /* Private storage */