Home
last modified time | relevance | path

Searched refs:sgp1 (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dmap.c1213 Sg_desc *sgp1; /* seg descriptor being manipulated */ in ld_map_parse_v1() local
1273 sgp1 = ld_seg_lookup(mf->mf_ofl, name, &where); in ld_map_parse_v1()
1274 new_segment = sgp1 == NULL; in ld_map_parse_v1()
1276 sgp1->sg_flags &= ~FLG_SG_DISABLED; in ld_map_parse_v1()
1284 if (sgp1 == NULL) { in ld_map_parse_v1()
1289 if (!map_pipe(mf, sgp1)) in ld_map_parse_v1()
1300 ((sgp1 = ld_map_seg_alloc(name, PT_NULL, 0)) == NULL)) in ld_map_parse_v1()
1317 if (strcmp(sgp1->sg_name, in ld_map_parse_v1()
1324 if (strcmp(sgp1->sg_name, in ld_map_parse_v1()
1337 ndx = ld_map_seg_index(mf, sgp1); in ld_map_parse_v1()
[all …]
H A Dmap_core.c2446 Sg_desc *sgp1; in sort_seg_list() local
2460 for (APLIST_TRAVERSE(ofl->ofl_segs, idx1, sgp1)) { in sort_seg_list()
2461 if (sgp1->sg_id >= SGID_TEXT) in sort_seg_list()
2464 if (aplist_append(&sort_segs, sgp1, nsegs) == NULL) in sort_seg_list()
2473 for (APLIST_TRAVERSE(ofl->ofl_segs_order, idx1, sgp1)) { in sort_seg_list()
2474 if (aplist_append(&sort_segs, sgp1, nsegs) == NULL) in sort_seg_list()
2476 sgp1->sg_flags |= FLG_SG_ORDERED; in sort_seg_list()
2483 for (APLIST_TRAVERSE(ofl->ofl_segs, idx1, sgp1)) { in sort_seg_list()
2485 ld_targ.t_m.m_mach, sgp1)); in sort_seg_list()
2488 if ((sgp1->sg_phdr.p_type != PT_LOAD) || in sort_seg_list()
[all …]