Searched refs:itm_hdr_t (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | disassemble.c | 47 static itm_hdr_t *itm_attach(const char *); 48 static void dump_tables(itm_hdr_t *, itm_info_hdr_t *); 49 static void dump_direc_tbl(itm_hdr_t *, itm_place_t); 50 static void dump_map(itm_hdr_t *, itm_place_t, int); 51 static void dump_map_i_f(itm_hdr_t *, itm_place_t, int); 52 static void dump_map_l_f(itm_hdr_t *, itm_place_t, int); 53 static void dump_map_hash(itm_hdr_t *, itm_place_t, int); 54 static void dump_map_dense_enc(itm_hdr_t *, itm_place_t, int); 55 static void dump_cond_tbl(itm_hdr_t *, itm_place_t, int); 56 static void dump_op_tbl(itm_hdr_t *, itm_place_t, int); [all …]
|
H A D | itmcomp.h | 298 extern int assemble(itm_hdr_t *); 308 extern void dump_itm_header(itm_hdr_t *, itm_info_hdr_t *);
|
H A D | assemble.c | 88 static void relocation_I(itm_hdr_t *, itm_info_hdr_t *); 89 static void relocation_II(itm_hdr_t *, itm_info_hdr_t *); 94 static void output(itm_hdr_t *, itm_info_hdr_t *); 104 assemble(itm_hdr_t *itm_header) in assemble() 156 itm_header->itm_hdr_size = (sizeof (itm_hdr_t)); in assemble() 197 relocation_I(itm_hdr_t *itm_header, itm_info_hdr_t *info_header) in relocation_I() 325 (sizeof (itm_hdr_t)); in relocation_I() 428 relocation_II(itm_hdr_t *itm_header, itm_info_hdr_t *info_header) in relocation_II() 896 output(itm_hdr_t *itm_header, itm_info_hdr_t *info_header) in output() 950 (void) fwrite(itm_header, sizeof (itm_hdr_t), 1, fp); in output()
|
H A D | geniconvtbl.c | 72 itm_hdr_t *hdr; /* address of ITM */ 82 itm_hdr_t *itm_hdr; /* address of ITM */ 170 itm_hdr_t *hdr; in _icv_open() 276 itm_hdr_t *hdr; in _icv_iconv() 1746 itm_hdr_t *hdr; in itm_ref_inc()
|
H A D | iconv_tm.h | 280 } itm_hdr_t; typedef
|
H A D | itm_util.c | 77 itm_hdr_t *itm_hdr; in itm_def_process() 83 itm_hdr = malloc_vital(sizeof (itm_hdr_t)); in itm_def_process() 84 (void) memset(itm_hdr, 0, sizeof (itm_hdr_t)); in itm_def_process()
|