Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/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()
279 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) in st_delstring()
412 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) { in st_setstring()
586 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) { in st_getstrtab_sz()
694 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) { in st_setstrbuf()
726 assert((stp->st_flags & FLG_STTAB_COMPRESS)); in st_setallstrings()
756 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) { in st_findstring()
/illumos-gate/usr/src/cmd/sgs/include/
H A D_string_table.h112 #define FLG_STTAB_COMPRESS 0x01 /* compressed string table */ macro
/illumos-gate/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()
/illumos-gate/usr/src/tools/sgs/sgsmsg/
H A Dsgsmsg.c320 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) { in dump_stringtab()