Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/geniconvtbl/
H A Dassemble.c301 info_header->name_plc_tbl.size = ((sizeof (itm_data_t)) * sec_num); in relocation_I()
302 info_header->name_plc_tbl.number = sec_num; in relocation_I()
387 info_header->name_plc_tbl.place.itm_ptr = in relocation_I()
391 info_header->name_plc_tbl.place.itm_ptr + in relocation_I()
392 info_header->name_plc_tbl.size; in relocation_I()
509 place = info_header->name_plc_tbl.place.itm_ptr; in relocation_II()
1122 (void) fseek(fp, info_header->name_plc_tbl.place.itm_ptr, in output()
1125 info_header->name_plc_tbl.place.itm_ptr)); in output()
H A Diconv_tm.h308 itm_place_tbl_info_t name_plc_tbl; /* name info */ member
H A Ddisassemble.c324 info_header->name_plc_tbl.place.itm_ptr, in dump_itm_header()
325 info_header->name_plc_tbl.size, in dump_itm_header()
326 info_header->name_plc_tbl.number, in dump_itm_header()
355 data = (itm_data_t *)(ADDR(info_hdr->name_plc_tbl.place)); in dump_tables()
356 for (n = 0, place2 = info_hdr->name_plc_tbl.place.itm_ptr; in dump_tables()
357 n < info_hdr->name_plc_tbl.number; in dump_tables()