Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/geniconvtbl/
H A Dassemble.c203 itm_num_t sec_num; in relocation_I() local
212 for (sec_num = 0, sec_size = 0, ref = ref_first[ITMC_OBJ_STRING]; in relocation_I()
213 ref; sec_num += 1, sec_size += ref->size, ref = ref->next) {} in relocation_I()
215 info_header->str_plc_tbl.size = ((sizeof (itm_data_t)) * sec_num); in relocation_I()
216 info_header->str_plc_tbl.number = sec_num; in relocation_I()
218 info_header->str_sec.number = sec_num; in relocation_I()
221 for (sec_num = 0, sec_size = 0, ref = ref_first[ITMC_OBJ_DIREC]; in relocation_I()
222 ref; sec_num += 1, sec_size += ref->size, ref = ref->next) {} in relocation_I()
224 info_header->direc_plc_tbl.size = sec_num * (sizeof (itm_place_t)); in relocation_I()
225 info_header->direc_plc_tbl.number = sec_num; in relocation_I()
[all …]