Home
last modified time | relevance | path

Searched refs:st_nextoff (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c167 stp->st_strsize = stp->st_fullstrsize = stp->st_nextoff = 1; in st_new()
376 _stoff = stp->st_nextoff; in st_setstring()
384 stp->st_nextoff += stlen; in st_setstring()
423 mstr->sm_stroff = stp->st_nextoff; in st_setstring()
433 stp->st_nextoff += mstrlen; in st_setstring()
/titanic_41/usr/src/cmd/sgs/include/
H A D_string_table.h106 size_t st_nextoff; /* next available string */ member