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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ddisassemble.c687 unsigned char *map_hash; local
696 map_hash = (map_error + map_hdr->hash_tbl_num);
743 p = map_hash + map_hdr->hash_tbl_size +
752 p = map_hash;
H A Dgeniconvtbl.c704 unsigned char *map_hash; local
717 TRACE_MESSAGE('i', ("map_hash\n"));
721 map_hash = (map_error + map_hdr->hash_tbl_num);
722 map_of = map_hash + map_hdr->hash_tbl_size;
738 p = map_hash + (pair_size * hash_value);

Completed in 65 milliseconds