Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Diconv_tm.h116 } itm_place_t; typedef
130 itm_place_t place; /* place of data */
147 itm_place_t place; /* place of place table */
172 itm_place_t place; /* place of table section */
225 itm_place_t name; /* name of table */
264 itm_place_t itm_size; /* size of ITM (file size) */
267 itm_place_t op_init_tbl; /* init operation table */
268 itm_place_t op_reset_tbl; /* reset operation table */
269 itm_place_t direc_init_tbl; /* initial direction table */
279 itm_place_t info_hdr; /* ITM Info header */
[all …]
H A Dassemble.c67 (((sizeof (itm_place_t) < data.size))? \
222 info_header->direc_plc_tbl.size = sec_num * (sizeof (itm_place_t)); in relocation_I()
231 info_header->cond_plc_tbl.size = sec_num * (sizeof (itm_place_t)); in relocation_I()
241 info_header->map_plc_tbl.size = sec_num * (sizeof (itm_place_t)); in relocation_I()
251 info_header->op_plc_tbl.size = sec_num * (sizeof (itm_place_t)); in relocation_I()
260 info_header->range_plc_tbl.size = sec_num * (sizeof (itm_place_t)); in relocation_I()
269 info_header->escapeseq_plc_tbl.size = sec_num * (sizeof (itm_place_t)); in relocation_I()
280 info_header->data_plc_tbl.size = ((sizeof (itm_place_t)) * sec_num); in relocation_I()
292 if ((sizeof (itm_place_t)) < name->name.size) { in relocation_I()
305 if ((sizeof (itm_place_t)) < name->name.size) { in relocation_I()
[all …]
H A Ddisassemble.c49 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);
58 static void dump_expr(itm_hdr_t *, itm_place_t);
59 static void dump_range(itm_hdr_t *, itm_place_t);
[all …]
H A Ditmcomp.h171 itm_place_t reloc;
180 itm_place_t reloc;
182 itm_place_t *referencer;
H A Dgeniconvtbl.c84 itm_place_t default_action; /* default action */
113 static size_t eval_cond_tbl(icv_state_t *, itm_place_t,
116 static size_t eval_op_tbl(icv_state_t *, itm_place_t,
123 static itm_num_t eval_expr(icv_state_t *, itm_place_t,
280 itm_place_t action; in _icv_iconv()
924 eval_cond_tbl(icv_state_t *ist, itm_place_t cond_place, in eval_cond_tbl()
1059 itm_place_t op_tbl_place, in eval_op_tbl()
1423 itm_place_t expr_place, in eval_expr()
1534 if ((sizeof (itm_place_t)) < expr->data.value.size) { in eval_expr()
H A Ditm_util.h50 void *, size_t, itm_place_t *, itm_type_t);
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.c858 if (data->size <= (sizeof (itm_place_t))) { in data_to_hexadecimal()