Searched refs:sgp1 (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | map.c | 1214 Sg_desc *sgp1; /* seg descriptor being manipulated */ in ld_map_parse_v1() local 1274 sgp1 = ld_seg_lookup(mf->mf_ofl, name, &where); in ld_map_parse_v1() 1275 new_segment = sgp1 == NULL; in ld_map_parse_v1() 1277 sgp1->sg_flags &= ~FLG_SG_DISABLED; in ld_map_parse_v1() 1285 if (sgp1 == NULL) { in ld_map_parse_v1() 1290 if (!map_pipe(mf, sgp1)) in ld_map_parse_v1() 1301 ((sgp1 = ld_map_seg_alloc(name, PT_NULL, 0)) == NULL)) in ld_map_parse_v1() 1318 if (strcmp(sgp1->sg_name, in ld_map_parse_v1() 1325 if (strcmp(sgp1->sg_name, in ld_map_parse_v1() 1338 ndx = ld_map_seg_index(mf, sgp1); in ld_map_parse_v1() [all …]
|
H A D | map_core.c | 2473 Sg_desc *sgp1; in sort_seg_list() local 2487 for (APLIST_TRAVERSE(ofl->ofl_segs, idx1, sgp1)) { in sort_seg_list() 2488 if (sgp1->sg_id >= SGID_TEXT) in sort_seg_list() 2491 if (aplist_append(&sort_segs, sgp1, nsegs) == NULL) in sort_seg_list() 2500 for (APLIST_TRAVERSE(ofl->ofl_segs_order, idx1, sgp1)) { in sort_seg_list() 2501 if (aplist_append(&sort_segs, sgp1, nsegs) == NULL) in sort_seg_list() 2503 sgp1->sg_flags |= FLG_SG_ORDERED; in sort_seg_list() 2510 for (APLIST_TRAVERSE(ofl->ofl_segs, idx1, sgp1)) { in sort_seg_list() 2512 ld_targ.t_m.m_mach, sgp1)); in sort_seg_list() 2515 if ((sgp1->sg_phdr.p_type != PT_LOAD) || in sort_seg_list() [all …]
|