Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.h60 itmc_obj_t *op_self(itm_op_type_t);
61 itmc_obj_t *op_unary(itm_op_type_t, void *, size_t);
62 itmc_obj_t *op_unit(itm_op_type_t,
64 itmc_obj_t *op_self_num(itm_op_type_t, itm_num_t);
H A Diconv_tm.h622 } itm_op_type_t; typedef
626 itm_op_type_t type;
H A Ditm_util.c2035 op_self(itm_op_type_t type) in op_self()
2042 op_unary(itm_op_type_t type, void *data, size_t data_size) in op_unary()
2048 op_unit(itm_op_type_t type, in op_unit()
2093 op_self_num(itm_op_type_t type, itm_num_t data) in op_self_num()
H A Ddisassemble.c206 sizeof (itm_op_type_t), in dump_itm_header()