Searched refs:sgp2 (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | map_support.c | 356 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 D | map_core.c | 2503 Sg_desc *sgp2; in sort_seg_list() local 2510 for (APLIST_TRAVERSE(load_segs, idx2, sgp2)) { in sort_seg_list() 2518 if (((sgp2->sg_flags & in sort_seg_list() 2523 if ((sgp2->sg_flags & FLG_SG_P_VADDR) && in sort_seg_list() 2524 ((sgp2->sg_flags & FLG_SG_EMPTY) == in sort_seg_list() 2527 sgp2->sg_phdr.p_vaddr) { in sort_seg_list() 2531 sgp2->sg_name); in sort_seg_list() 2536 sgp2->sg_phdr.p_vaddr) in sort_seg_list()
|
H A D | map_v2.c | 2094 Sg_desc *sgp = uvalue, *sgp2; in at_seg_paddr() local 2101 for (APLIST_TRAVERSE(mf->mf_ofl->ofl_segs_order, idx, sgp2)) in at_seg_paddr() 2102 if (sgp == sgp2) { in at_seg_paddr() 2209 Sg_desc *sgp = uvalue, *sgp2; in at_seg_vaddr() local 2216 for (APLIST_TRAVERSE(mf->mf_ofl->ofl_segs_order, idx, sgp2)) in at_seg_vaddr() 2217 if (sgp == sgp2) { in at_seg_vaddr() 2501 Sg_desc *sgp, *sgp2; in dir_segment_order() local 2541 idx, sgp2)) in dir_segment_order() 2542 if (sgp == sgp2) { in dir_segment_order()
|