Searched defs:map_hdr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ddisassemble.c479 itm_map_idx_fix_hdr_t *map_hdr; local
490 map_hdr = (itm_map_idx_fix_hdr_t *)(tbl_hdr + 1);
492 if (0 < map_hdr->error_num) {
493 p = (unsigned char *)(map_hdr + 1);
494 map_error = p + (map_hdr->result_len * (tbl_hdr->number));
495 if (0 == map_hdr->default_error) {
496 map_error += map_hdr->result_len;
498 } else if (1 == map_hdr->default_error) {
499 p = (unsigned char *)(map_hdr + 1);
500 map_error = p + (map_hdr
593 itm_map_lookup_hdr_t *map_hdr; local
683 itm_map_hash_hdr_t *map_hdr; local
807 itm_map_dense_enc_hdr_t *map_hdr; local
[all...]
H A Dgeniconvtbl.c327 itm_map_idx_fix_hdr_t *map_hdr; local
334 map_hdr = (itm_map_idx_fix_hdr_t *)(ist->direc + 1);
335 map = (char *)(map_hdr + 1);
337 if (1 == map_hdr->default_error) {
505 itm_map_idx_fix_hdr_t *map_hdr; local
513 map_hdr = (itm_map_idx_fix_hdr_t *)(tbl_hdr + 1);
516 if (*inbytesleft < map_hdr->source_len) {
523 for (i = 0; i < map_hdr->source_len; i++) {
528 if (((j < map_hdr->start.itm_ptr) ||
529 (map_hdr
605 itm_map_lookup_hdr_t *map_hdr; local
701 itm_map_hash_hdr_t *map_hdr; local
841 itm_map_dense_enc_hdr_t *map_hdr; local
[all...]

Completed in 67 milliseconds