Home
last modified time | relevance | path

Searched refs:itm_place_t (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/geniconvtbl/
H A Diconv_tm.h119 } itm_place_t; typedef
133 itm_place_t place; /* place of data */
150 itm_place_t place; /* place of place table */
175 itm_place_t place; /* place of table section */
228 itm_place_t name; /* name of table */
267 itm_place_t itm_size; /* size of ITM (file size) */
270 itm_place_t op_init_tbl; /* init operation table */
271 itm_place_t op_reset_tbl; /* reset operation table */
272 itm_place_t direc_init_tbl; /* initial direction table */
282 itm_place_t info_hdr; /* ITM Info header */
[all …]
H A Dassemble.c69 (((sizeof (itm_place_t) < data.size))? \
224 info_header->direc_plc_tbl.size = sec_num * (sizeof (itm_place_t)); in relocation_I()
233 info_header->cond_plc_tbl.size = sec_num * (sizeof (itm_place_t)); in relocation_I()
243 info_header->map_plc_tbl.size = sec_num * (sizeof (itm_place_t)); in relocation_I()
253 info_header->op_plc_tbl.size = sec_num * (sizeof (itm_place_t)); in relocation_I()
262 info_header->range_plc_tbl.size = sec_num * (sizeof (itm_place_t)); in relocation_I()
271 info_header->escapeseq_plc_tbl.size = sec_num * (sizeof (itm_place_t)); in relocation_I()
282 info_header->data_plc_tbl.size = ((sizeof (itm_place_t)) * sec_num); in relocation_I()
294 if ((sizeof (itm_place_t)) < name->name.size) { in relocation_I()
307 if ((sizeof (itm_place_t)) < name->name.size) { in relocation_I()
[all …]
H A Ddisassemble.c52 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);
61 static void dump_expr(itm_hdr_t *, itm_place_t);
62 static void dump_range(itm_hdr_t *, itm_place_t);
[all …]
H A Ditmcomp.h173 itm_place_t reloc;
182 itm_place_t reloc;
184 itm_place_t *referencer;
H A Ditm_util.h52 void *, size_t, itm_place_t *, itm_type_t);
H A Dgeniconvtbl.c86 itm_place_t default_action; /* default action */
115 static size_t eval_cond_tbl(icv_state_t *, itm_place_t,
118 static size_t eval_op_tbl(icv_state_t *, itm_place_t,
125 static itm_num_t eval_expr(icv_state_t *, itm_place_t,
282 itm_place_t action; in _icv_iconv()
928 itm_place_t cond_place, in eval_cond_tbl()
1066 itm_place_t op_tbl_place, in eval_op_tbl()
1430 itm_place_t expr_place, in eval_expr()
1541 if ((sizeof (itm_place_t)) < expr->data.value.size) { in eval_expr()
H A Ditm_util.c90 if ((sizeof (itm_place_t)) < itm_hdr->interpreter.size) { in itm_def_process()
99 if ((sizeof (itm_place_t)) < itm_hdr->type_id.size) { in itm_def_process()
302 void *obj, size_t size, itm_place_t *ref, in obj_register()
483 if ((sizeof (itm_place_t)) < ep->size) { in escseq_table()
970 assert((sizeof (itm_place_t)) >= source->size); in map_table_indexed_fixed()
1059 if (default_data->size <= (sizeof (itm_place_t))) { in map_table_indexed_fixed()
1682 if (default_data->size <= (sizeof (itm_place_t))) { in map_table_dense_encoding()
2168 if ((sizeof (itm_place_t)) < data->size) { in expr_self()
2340 if ((sizeof (itm_place_t)) < expr->data.value.size) { in expr_seq_to_int()
2580 if ((sizeof (itm_place_t)) < data->size) { in data_to_long()
H A Ditmcomp.c871 if (data->size <= (sizeof (itm_place_t))) { in data_to_hexadecimal()