Home
last modified time | relevance | path

Searched refs:FLG_EC_USED (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dentry.c61 { FLG_EC_USED, MSG_FLG_EC_USED }, in conv_ent_flags()
H A Dentry.msg28 @ MSG_FLG_EC_USED "FLG_EC_USED"
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dldentry.c208 (enp->ec_flags & FLG_EC_USED) || (enp->ec_ordndx == 0)) in ld_ent_check()
H A Dplace.c895 enp->ec_flags |= FLG_EC_USED; in ld_place_section()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h1110 #define FLG_EC_USED 0x0002 /* entrance criteria met? */ macro