Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c173 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) in st_new()
218 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) in st_insert()
276 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) in st_delstring()
372 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) { in st_setstring()
556 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) { in st_getstrtab_sz()
663 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) { in st_setstrbuf()
H A Dsgsmsg.c320 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) { in dump_stringtab()
/titanic_44/usr/src/cmd/sgs/include/
H A D_string_table.h114 #define FLG_STTAB_COMPRESS 0x01 /* compressed string table */ macro
/titanic_44/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c106 if (stp->st_flags & FLG_STTAB_COMPRESS) in Dbg_sec_strtab()
114 ((stp->st_flags & FLG_STTAB_COMPRESS) == 0)) in Dbg_sec_strtab()