Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/chk4ubin/
H A Dchk4ubin.c134 int64_t strtab_size; in chk4ubin() local
167 strtab_size = strhdr.sh_size; in chk4ubin()
181 total = symtab_size + strtab_size; in chk4ubin()
203 strtab_size); in chk4ubin()
/titanic_41/usr/src/tools/ctf/cvt/
H A Dstrtab.h60 extern size_t strtab_size(const strtab_t *);
H A Dstrtab.c201 strtab_size(const strtab_t *sp) in strtab_size() function
H A Dctf.c644 h.cth_strlen = strtab_size(&buf->ctb_strtab); in ctf_gen()