Home
last modified time | relevance | path

Searched refs:reg_plc_tbl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dassemble.c313 info_header->reg_plc_tbl.size = in relocation_I()
315 info_header->reg_plc_tbl.number = itm_header->reg_num; in relocation_I()
388 info_header->reg_plc_tbl.place.itm_ptr = in relocation_I()
394 info_header->reg_plc_tbl.place.itm_ptr + in relocation_I()
395 info_header->reg_plc_tbl.size; in relocation_I()
525 place = info_header->reg_plc_tbl.place.itm_ptr; in relocation_II()
1146 (void) fseek(fp, info_header->reg_plc_tbl.place.itm_ptr, in output()
1149 info_header->reg_plc_tbl.place.itm_ptr)); in output()
H A Diconv_tm.h306 itm_place_tbl_info_t reg_plc_tbl; /* register name info */ member
H A Ddisassemble.c324 info_header->reg_plc_tbl.place.itm_ptr, in dump_itm_header()
325 info_header->reg_plc_tbl.size, in dump_itm_header()
326 info_header->reg_plc_tbl.number, in dump_itm_header()
343 data = (itm_data_t *)(ADDR(info_hdr->reg_plc_tbl.place)); in dump_tables()
344 for (n = 0; n < info_hdr->reg_plc_tbl.number; n++, data += 1) { in dump_tables()
3214 info_hdr->reg_plc_tbl.place.itm_ptr + in reg_name()