Searched defs:sgp1 (Results 1 - 2 of 2) sorted by relevance

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

Completed in 62 milliseconds