Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c356 Sg_desc *sgp2; in ld_map_seg_index() local
359 for (APLIST_TRAVERSE(ofl->ofl_segs, idx, sgp2)) in ld_map_seg_index()
360 if (sgp == sgp2) in ld_map_seg_index()
617 Sg_desc *sgp2; /* temp segment descriptor pointer */ in ld_map_seg_insert() local
683 for (APLIST_TRAVERSE(ofl->ofl_segs, idx, sgp2)) { in ld_map_seg_insert()
685 if (sgp->sg_id > sgp2->sg_id) { in ld_map_seg_insert()
690 if (sgp->sg_id >= sgp2->sg_id) { in ld_map_seg_insert()
H A Dmap_core.c2530 Sg_desc *sgp2; in sort_seg_list() local
2537 for (APLIST_TRAVERSE(load_segs, idx2, sgp2)) { in sort_seg_list()
2545 if (((sgp2->sg_flags & in sort_seg_list()
2550 if ((sgp2->sg_flags & FLG_SG_P_VADDR) && in sort_seg_list()
2551 ((sgp2->sg_flags & FLG_SG_EMPTY) == in sort_seg_list()
2554 sgp2->sg_phdr.p_vaddr) { in sort_seg_list()
2558 sgp2->sg_name); in sort_seg_list()
2563 sgp2->sg_phdr.p_vaddr) in sort_seg_list()
H A Dmap_v2.c2160 Sg_desc *sgp = uvalue, *sgp2; in at_seg_paddr() local
2167 for (APLIST_TRAVERSE(mf->mf_ofl->ofl_segs_order, idx, sgp2)) in at_seg_paddr()
2168 if (sgp == sgp2) { in at_seg_paddr()
2272 Sg_desc *sgp = uvalue, *sgp2; in at_seg_vaddr() local
2279 for (APLIST_TRAVERSE(mf->mf_ofl->ofl_segs_order, idx, sgp2)) in at_seg_vaddr()
2280 if (sgp == sgp2) { in at_seg_vaddr()
2564 Sg_desc *sgp, *sgp2; in dir_segment_order() local
2604 idx, sgp2)) in dir_segment_order()
2605 if (sgp == sgp2) { in dir_segment_order()