Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsegments.c82 if (alist_nitems(sgp->sg_os_order) > 0) { in Dbg_seg_desc_entry()
87 for (ALIST_TRAVERSE(sgp->sg_os_order, idx, scop)) in Dbg_seg_desc_entry()
H A Dliblddbg.msg1612 @ MSG_SEG_OS_ORDER_TITLE " sg_os_order:"
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c387 for (ALIST_TRAVERSE(sgp->sg_os_order, idx, scop)) in ld_map_seg_os_order_add()
394 scop = alist_append(&sgp->sg_os_order, NULL, sizeof (Sec_order), in ld_map_seg_os_order_add()
402 alist_nitems(sgp->sg_os_order), mf->mf_lineno)); in ld_map_seg_os_order_add()
H A Dorder.c400 for (ALIST_TRAVERSE(sgp->sg_os_order, idx2, scop)) { in ld_sec_validate()
H A Dplace.c1124 if (alist_nitems(sgp->sg_os_order) > 0) { in ld_place_section()
1127 for (ALIST_TRAVERSE(sgp->sg_os_order, idx1, scop)) { in ld_place_section()
H A Dmap_core.c2678 if (alist_nitems(sgp->sg_os_order) > 0) in ld_map_post_process()
H A Dmap_v2.c2123 alist_reset(sgp->sg_os_order); in at_seg_os_order()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1073 Alist *sg_os_order; /* list specifying output section */ member