Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/geniconvtbl/
H A Diconv_tm.h198 #define ITM_TBL_MAP (0x00000004UL) macro
207 #define ITM_TBL_MAP_NONE (ITM_TBL_MAP | 0x00000000UL)
208 #define ITM_TBL_MAP_INDEX_FIXED_1_1 (ITM_TBL_MAP | 0x00000100UL)
209 #define ITM_TBL_MAP_INDEX_FIXED (ITM_TBL_MAP | 0x00000200UL)
210 #define ITM_TBL_MAP_LOOKUP (ITM_TBL_MAP | 0x00000300UL)
211 #define ITM_TBL_MAP_HASH (ITM_TBL_MAP | 0x00000400UL)
212 #define ITM_TBL_MAP_DENSE_ENC (ITM_TBL_MAP | 0x00000500UL)
213 #define ITM_TBL_MAP_VAR (ITM_TBL_MAP | 0x00000600UL)
H A Dassemble.c686 } else if ((ITM_TBL_MAP == in analysis()
717 case ITM_TBL_MAP: in analysis()
H A Dgeniconvtbl.c445 case ITM_TBL_MAP: in _icv_iconv()
H A Ddisassemble.c432 } else if (ITM_TBL_MAP == type) { in dump_direc_tbl()