Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/geniconvtbl/
H A Diconv_tm.h199 #define ITM_TBL_OP (0x00000005UL) macro
214 #define ITM_TBL_OP_NONE (ITM_TBL_OP | 0x00000000UL)
215 #define ITM_TBL_OP_INIT (ITM_TBL_OP | 0x00000100UL)
216 #define ITM_TBL_OP_RESET (ITM_TBL_OP | 0x00000200UL)
H A Ditm_comp.y628 $$ = obj_table(ITM_TBL_OP, $2,
634 $$ = obj_table(ITM_TBL_OP, NULL,
816 tbl_hdr = obj_table(ITM_TBL_OP, NULL,
829 tbl_hdr1 = obj_table(ITM_TBL_OP, NULL,
831 tbl_hdr2 = obj_table(ITM_TBL_OP, NULL,
844 tbl_hdr1 = obj_table(ITM_TBL_OP, NULL,
846 tbl_hdr2 = obj_table(ITM_TBL_OP, NULL,
H A Dassemble.c713 case ITM_TBL_OP: in analysis()
H A Dgeniconvtbl.c435 case ITM_TBL_OP: in _icv_iconv()
H A Ditm_util.c189 if ((ITM_TBL_MASK&tbl->type) == ITM_TBL_OP) { in obj_table()
H A Ddisassemble.c427 if (ITM_TBL_OP == type) { in dump_direc_tbl()