Searched refs:itm_hdr_t (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/geniconvtbl/ |
H A D | disassemble.c | 50 static itm_hdr_t *itm_attach(const char *); 51 static void dump_tables(itm_hdr_t *, itm_info_hdr_t *); 52 static void dump_direc_tbl(itm_hdr_t *, itm_place_t); 53 static void dump_map(itm_hdr_t *, itm_place_t, int); 54 static void dump_map_i_f(itm_hdr_t *, itm_place_t, int); 55 static void dump_map_l_f(itm_hdr_t *, itm_place_t, int); 56 static void dump_map_hash(itm_hdr_t *, itm_place_t, int); 57 static void dump_map_dense_enc(itm_hdr_t *, itm_place_t, int); 58 static void dump_cond_tbl(itm_hdr_t *, itm_place_t, int); 59 static void dump_op_tbl(itm_hdr_t *, itm_place_t, int); [all …]
|
H A D | itmcomp.h | 300 extern int assemble(itm_hdr_t *); 310 extern void dump_itm_header(itm_hdr_t *, itm_info_hdr_t *);
|
H A D | assemble.c | 90 static void relocation_I(itm_hdr_t *, itm_info_hdr_t *); 91 static void relocation_II(itm_hdr_t *, itm_info_hdr_t *); 96 static void output(itm_hdr_t *, itm_info_hdr_t *); 106 assemble(itm_hdr_t *itm_header) in assemble() 158 itm_header->itm_hdr_size = (sizeof (itm_hdr_t)); in assemble() 199 relocation_I(itm_hdr_t *itm_header, itm_info_hdr_t *info_header) in relocation_I() 327 (sizeof (itm_hdr_t)); in relocation_I() 430 relocation_II(itm_hdr_t *itm_header, itm_info_hdr_t *info_header) in relocation_II() 898 output(itm_hdr_t *itm_header, itm_info_hdr_t *info_header) in output() 952 (void) fwrite(itm_header, sizeof (itm_hdr_t), 1, fp); in output()
|
H A D | geniconvtbl.c | 74 itm_hdr_t *hdr; /* address of ITM */ 84 itm_hdr_t *itm_hdr; /* address of ITM */ 172 itm_hdr_t *hdr; in _icv_open() 278 itm_hdr_t *hdr; in _icv_iconv() 1753 itm_hdr_t *hdr; in itm_ref_inc()
|
H A D | iconv_tm.h | 283 } 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()
|