Searched refs:map_plc_tbl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dassemble.c243 info_header->map_plc_tbl.size = sec_num * (sizeof (itm_place_t));
244 info_header->map_plc_tbl.number = sec_num;
368 info_header->map_plc_tbl.place.itm_ptr =
372 info_header->map_plc_tbl.place.itm_ptr +
373 info_header->map_plc_tbl.size;
1056 (void) fseek(fp, info_header->map_plc_tbl.place.itm_ptr,
1058 TRACE_MESSAGE('P', ("map_plc_tbl.place=%p:\n",
1059 info_header->map_plc_tbl.place.itm_ptr));
H A Diconv_tm.h303 itm_place_tbl_info_t map_plc_tbl; /* map table info */ member in struct:__anon577
H A Ddisassemble.c259 " map_plc_tbl = (%4ld %4ld %4ld)\n"
294 info_header->map_plc_tbl.place.itm_ptr,
295 info_header->map_plc_tbl.size,
296 info_header->map_plc_tbl.number,
376 place = (itm_place_t *)(ADDR(info_hdr->map_plc_tbl.place));
377 for (n = 0; n < info_hdr->map_plc_tbl.number;

Completed in 68 milliseconds