Home
last modified time | relevance | path

Searched refs:FLG_SG_P_ALIGN (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsegments.c75 { FLG_SG_P_ALIGN, MSG_FLG_SG_P_ALIGN }, in conv_seg_flags()
H A Dsegments.msg30 @ MSG_FLG_SG_P_ALIGN "FLG_SG_P_ALIGN"
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsegments.c54 if (sgp->sg_flags & FLG_SG_P_ALIGN) in Dbg_seg_desc_entry()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap.c458 if ((sgp->sg_flags & FLG_SG_P_ALIGN) && in map_equal()
466 sgp->sg_flags |= FLG_SG_P_ALIGN; in map_equal()
579 if (sgp->sg_flags & FLG_SG_P_ALIGN) in map_equal()
H A Dmap_support.c641 if ((sgp->sg_flags & FLG_SG_P_ALIGN) == 0) { in ld_map_seg_insert()
646 sgp->sg_flags |= FLG_SG_P_ALIGN; in ld_map_seg_insert()
H A Dmap_v2.c1531 sgp->sg_flags |= FLG_SG_P_ALIGN; in at_seg_align()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1086 #define FLG_SG_P_ALIGN 0x0008 /* p_align segment attribute set */ macro