Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Diconv_tm.h195 #define ITM_TBL_MAP (0x00000004UL) macro
204 #define ITM_TBL_MAP_NONE (ITM_TBL_MAP | 0x00000000UL)
205 #define ITM_TBL_MAP_INDEX_FIXED_1_1 (ITM_TBL_MAP | 0x00000100UL)
206 #define ITM_TBL_MAP_INDEX_FIXED (ITM_TBL_MAP | 0x00000200UL)
207 #define ITM_TBL_MAP_LOOKUP (ITM_TBL_MAP | 0x00000300UL)
208 #define ITM_TBL_MAP_HASH (ITM_TBL_MAP | 0x00000400UL)
209 #define ITM_TBL_MAP_DENSE_ENC (ITM_TBL_MAP | 0x00000500UL)
210 #define ITM_TBL_MAP_VAR (ITM_TBL_MAP | 0x00000600UL)
H A Dassemble.c684 } else if ((ITM_TBL_MAP == in analysis()
715 case ITM_TBL_MAP: in analysis()
H A Dgeniconvtbl.c443 case ITM_TBL_MAP: in _icv_iconv()
H A Ddisassemble.c429 } else if (ITM_TBL_MAP == type) { in dump_direc_tbl()