Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsegments.c66 if (aplist_nitems(sgp->sg_sizesym) > 0) { in Dbg_seg_desc_entry()
68 for (APLIST_TRAVERSE(sgp->sg_sizesym, idx, sdp)) in Dbg_seg_desc_entry()
H A Dliblddbg.msg1609 @ MSG_SEG_SIZESYM_TITLE " sg_sizesym:"
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c457 if ((eq_tok == TK_EQUAL) && (aplist_nitems(sgp->sg_sizesym) > 0)) { in ld_map_seg_size_symbol()
517 if (aplist_append(&sgp->sg_sizesym, sdp, AL_CNT_SG_SIZESYM) == NULL) in ld_map_seg_size_symbol()
H A Dupdate.c4250 for (APLIST_TRAVERSE(sgp->sg_sizesym, idx2, sdp)) in ld_update_outfile()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1076 APlist *sg_sizesym; /* size symbols for this segment */ member