Searched refs:itm_op_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.y629 $4, sizeof (itm_op_t));
635 $3, sizeof (itm_op_t));
641 $4, sizeof (itm_op_t));
647 $4, sizeof (itm_op_t));
724 itm_op_t *op;
727 op = (itm_op_t *)($$->obj);
735 itm_op_t *op;
738 op = (itm_op_t *)($$->obj);
746 itm_op_t *op;
752 itm_op_t *o
[all...]
H A Dgeniconvtbl.c1073 itm_op_t *operation;
1090 operation = (itm_op_t *)(op_hdr + 1);
1094 op_place += (sizeof (itm_op_t))) {
1136 itm_op_t *operation;
1162 operation = (itm_op_t *)ADDR2(op_place);
H A Diconv_tm.h645 } itm_op_t; typedef in typeref:struct:__anon590
H A Ddisassemble.c187 " sizeof(struct itm_op_t) u= %ld\n"
210 sizeof (itm_op_t),
1012 itm_op_t *operation;
1019 operation = (itm_op_t *)(op_hdr + 1);
1048 i++, operation++, op_place += (sizeof (itm_op_t))) {
1066 itm_op_t *operation;
1069 operation = (itm_op_t *)ADDR2(op_place);
1120 ((ITM_OP_IF_ELSE == ((itm_op_t *)(op_hdr + 1))->type) ||
1121 (ITM_OP_IF == ((itm_op_t *)(op_hdr + 1))->type))) {
H A Ditm_util.c259 (((itm_op_t *)ol->obj)->type == ITM_OP_OPERATION)) {
2053 itm_op_t *op;
2056 op = malloc_vital(sizeof (itm_op_t));
2095 itm_op_t *op;
2098 op = malloc_vital(sizeof (itm_op_t));

Completed in 107 milliseconds