Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/geniconvtbl/
H A Dassemble.c233 info_header->cond_plc_tbl.size = sec_num * (sizeof (itm_place_t)); in relocation_I()
234 info_header->cond_plc_tbl.number = sec_num; in relocation_I()
365 info_header->cond_plc_tbl.place.itm_ptr = in relocation_I()
369 info_header->cond_plc_tbl.place.itm_ptr + in relocation_I()
370 info_header->cond_plc_tbl.size; in relocation_I()
1046 (void) fseek(fp, info_header->cond_plc_tbl.place.itm_ptr, in output()
1049 info_header->cond_plc_tbl.place.itm_ptr)); in output()
H A Diconv_tm.h302 itm_place_tbl_info_t cond_plc_tbl; /* condition table info */ member
H A Ddisassemble.c288 info_header->cond_plc_tbl.place.itm_ptr, in dump_itm_header()
289 info_header->cond_plc_tbl.size, in dump_itm_header()
290 info_header->cond_plc_tbl.number, in dump_itm_header()
372 place = (itm_place_t *)(ADDR(info_hdr->cond_plc_tbl.place)); in dump_tables()
373 for (n = 0; n < info_hdr->cond_plc_tbl.number; n++, place += 1) { in dump_tables()