Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c693 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in eh_frame_muldef()
730 if ((nitems = aplist_nitems(sgp->sg_osdescs)) < min_size) { in os_desc_hash()
784 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx1, osp)) { in os_desc_hash()
1164 APlist *list = sgp->sg_osdescs; in ld_place_section()
1185 while ((linear_scan && sgp->sg_osdescs != NULL) || in ld_place_section()
1188 if ((idx1 = iidx) >= sgp->sg_osdescs->apl_nitems) in ld_place_section()
1191 osp = sgp->sg_osdescs->apl_data[idx1]; in ld_place_section()
1325 iidx = sgp->sg_osdescs->apl_nitems; in ld_place_section()
1491 if (aplist_insert(&sgp->sg_osdescs, osp, AL_CNT_SG_OSDESC, in ld_place_section()
H A Doutfile.c255 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in pad_outfile()
486 } else if (aplist_nitems(sgp->sg_osdescs) != 0) { in ld_create_outfile()
517 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in ld_create_outfile()
707 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in ld_create_outfile()
816 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in ld_create_outfile()
826 aplist_delete(sgp->sg_osdescs, &idx2); in ld_create_outfile()
H A Dldentry.c93 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in ld_map_out()
H A Dorder.c410 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in ld_sec_validate()
H A Dupdate.c392 if (aplist_nitems(sgp->sg_osdescs) != 0) { in update_osym()
406 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in update_osym()
583 if (aplist_nitems(sgp->sg_osdescs) != 0) { in update_osym()
587 Os_desc *osp = sgp->sg_osdescs->apl_data in update_osym()
588 [sgp->sg_osdescs->apl_nitems - 1]; in update_osym()
4187 if (aplist_nitems(sgp->sg_osdescs) == 0) in ld_update_outfile()
4195 osp = sgp->sg_osdescs->apl_data[0]; in ld_update_outfile()
4205 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in ld_update_outfile()
4353 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in ld_update_outfile()
H A Dsections.c225 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in adjust_os_count()
3166 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in ld_make_strmerge()
3334 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in ld_make_sections()
H A Drelocate.c2213 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in reloc_segments()
2713 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in ld_reloc_process()
H A Dsyms.c1021 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in ld_sym_spec()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1070 APlist *sg_osdescs; /* list of output section descriptors */ member