Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/geniconvtbl/
H A Diconv_tm.h196 #define ITM_TBL_DIREC (0x00000002UL) macro
204 #define ITM_TBL_DIREC_NONE (ITM_TBL_DIREC | 0x00000000UL)
205 #define ITM_TBL_DIREC_RESET (ITM_TBL_DIREC | 0x00000100UL)
H A Ditm_comp.y226 $$ = obj_table(ITM_TBL_DIREC, $2,
232 $$ = obj_table(ITM_TBL_DIREC, NULL,
H A Dassemble.c705 case ITM_TBL_DIREC: in analysis()
H A Dgeniconvtbl.c442 case ITM_TBL_DIREC: in _icv_iconv()
H A Ddisassemble.c429 } else if (ITM_TBL_DIREC == type) { in dump_direc_tbl()