Searched refs:FLG_SG_EMPTY (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libconv/common/
H A Dsegments.c81 { FLG_SG_EMPTY, MSG_FLG_SG_EMPTY },
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dmap.c200 sgp->sg_flags |= FLG_SG_EMPTY;
309 FLG_SG_P_TYPE | FLG_SG_EMPTY },
496 if ((sgp->sg_flags & FLG_SG_EMPTY) &&
1416 } else if (sgp1->sg_flags & FLG_SG_EMPTY) {
H A Dmap_core.c2519 (FLG_SG_P_VADDR | FLG_SG_EMPTY)) == 0) &&
2520 (sgp1->sg_flags & FLG_SG_EMPTY))
2524 ((sgp2->sg_flags & FLG_SG_EMPTY) ==
2525 (sgp1->sg_flags & FLG_SG_EMPTY))) {
H A Dmap_support.c652 if (sgp->sg_flags & FLG_SG_EMPTY)
658 if (sgp->sg_flags & FLG_SG_EMPTY)
H A Doutfile.c481 } else if (sgp->sg_flags & FLG_SG_EMPTY) {
H A Dupdate.c393 } else if (sgp->sg_flags & FLG_SG_EMPTY)
3850 (sgp->sg_flags & FLG_SG_EMPTY)) {
H A Dmap_v2.c1424 FLG_SG_P_TYPE | FLG_SG_EMPTY)) == NULL)
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1069 #define FLG_SG_EMPTY 0x0200 /* an empty segment specification */ macro

Completed in 128 milliseconds