Home
last modified time | relevance | path

Searched refs:FLG_STNEW_COMPRESS (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/sgs/include/
H A Dstring_table.h57 #define FLG_STNEW_COMPRESS 0x01 /* compressed string table */ macro
/titanic_50/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c154 if ((stp == 0) && ((stp = st_new(FLG_STNEW_COMPRESS)) == NULL)) { in message_append()
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dargs.c2137 stflags = FLG_STNEW_COMPRESS; in ld_init_strings()
H A Dsections.c2873 if ((mstrtab = st_new(FLG_STNEW_COMPRESS)) == NULL) in ld_make_strmerge()