Lines Matching refs:sgp
609 Sg_desc *sgp; in eh_frame_muldef() local
619 for (APLIST_TRAVERSE(ofl->ofl_segs, idx1, sgp)) { in eh_frame_muldef()
620 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in eh_frame_muldef()
664 Sg_desc *sgp; in ld_place_section() local
752 sgp = NULL; in ld_place_section()
775 sgp = enp->ec_segment; in ld_place_section()
795 sgp = enp->ec_segment; in ld_place_section()
805 assert(sgp != NULL); in ld_place_section()
852 (sgp->sg_flags & FLG_SG_IS_ORDER)) { in ld_place_section()
958 if (alist_nitems(sgp->sg_os_order) > 0) { in ld_place_section()
961 for (ALIST_TRAVERSE(sgp->sg_os_order, idx1, scop)) { in ld_place_section()
987 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx1, osp)) { in ld_place_section()
1053 (sgp->sg_flags & FLG_SG_IS_ORDER) != 0) == 0) in ld_place_section()
1074 DBG_CALL(Dbg_sec_added(ofl->ofl_lml, osp, sgp)); in ld_place_section()
1177 osp->os_sgdesc = sgp; in ld_place_section()
1242 if ((sgp->sg_phdr.p_type == PT_LOAD) && in ld_place_section()
1245 ofl->ofl_name, osp->os_name, sgp->sg_name); in ld_place_section()
1265 DBG_CALL(Dbg_sec_created(ofl->ofl_lml, osp, sgp)); in ld_place_section()
1273 if (aplist_insert(&sgp->sg_osdescs, osp, AL_CNT_SG_OSDESC, in ld_place_section()