Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Diconv_tm.h193 #define ITM_TBL_DIREC (0x00000002UL) macro
201 #define ITM_TBL_DIREC_NONE (ITM_TBL_DIREC | 0x00000000UL)
202 #define ITM_TBL_DIREC_RESET (ITM_TBL_DIREC | 0x00000100UL)
H A Ditm_comp.y224 $$ = obj_table(ITM_TBL_DIREC, $2,
230 $$ = obj_table(ITM_TBL_DIREC, NULL,
H A Dassemble.c703 case ITM_TBL_DIREC: in analysis()
H A Dgeniconvtbl.c440 case ITM_TBL_DIREC: in _icv_iconv()
H A Ddisassemble.c426 } else if (ITM_TBL_DIREC == type) { in dump_direc_tbl()