Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/cvt/
H A Dctf.c259 ctt.ctt_name = CTF_TYPE_NAME(CTF_STRTAB_0, 0); in write_type()
268 ctt.ctt_name = CTF_TYPE_NAME(CTF_STRTAB_0, offset); in write_type()
336 ctm.ctm_name = CTF_TYPE_NAME(CTF_STRTAB_0, in write_type()
347 ctlm.ctlm_name = CTF_TYPE_NAME(CTF_STRTAB_0, in write_type()
373 cte.cte_name = CTF_TYPE_NAME(CTF_STRTAB_0, offset); in write_type()
948 if (CTF_NAME_STID(ctt->ctt_name) != CTF_STRTAB_0) in resurrect_types()
/titanic_41/usr/src/uts/common/sys/
H A Dctf.h230 #define CTF_STRTAB_0 0 /* symbolic define for string table id 0 */ macro
/titanic_41/usr/src/common/ctf/
H A Dctf_open.c704 fp->ctf_str[CTF_STRTAB_0].cts_strs = (const char *)buf + hp.cth_stroff; in ctf_bufopen()
705 fp->ctf_str[CTF_STRTAB_0].cts_len = hp.cth_strlen; in ctf_bufopen()
/titanic_41/usr/src/tools/ctf/dump/
H A Ddump.c116 if (CTF_NAME_STID(name) != CTF_STRTAB_0) in ref_to_str()