Searched refs:itm_hdr_t (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.h300 extern int assemble(itm_hdr_t *);
310 extern void dump_itm_header(itm_hdr_t *, itm_info_hdr_t *);
H A Ddisassemble.c50 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_
[all...]
H A Dassemble.c90 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)
158 itm_header->itm_hdr_size = (sizeof (itm_hdr_t));
199 relocation_I(itm_hdr_t *itm_header, itm_info_hdr_t *info_header)
327 (sizeof (itm_hdr_t));
430 relocation_II(itm_hdr_t *itm_header, itm_info_hdr_t *info_header)
898 output(itm_hdr_t *itm_header, itm_info_hdr_t *info_header)
952 (void) fwrite(itm_header, sizeof (itm_hdr_t),
[all...]
H A Dgeniconvtbl.c74 itm_hdr_t *hdr; /* address of ITM */
84 itm_hdr_t *itm_hdr; /* address of ITM */
172 itm_hdr_t *hdr;
278 itm_hdr_t *hdr;
1753 itm_hdr_t *hdr;
H A Diconv_tm.h283 } itm_hdr_t; typedef in typeref:struct:__anon576
H A Ditm_util.c77 itm_hdr_t *itm_hdr;
83 itm_hdr = malloc_vital(sizeof (itm_hdr_t));
84 (void) memset(itm_hdr, 0, sizeof (itm_hdr_t));

Completed in 58 milliseconds