Home
last modified time | relevance | path

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

/titanic_50/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_50/usr/src/uts/common/sys/
H A Dctf.h232 #define CTF_STRTAB_0 0 /* symbolic define for string table id 0 */ macro
/titanic_50/usr/src/common/ctf/
H A Dctf_open.c707 fp->ctf_str[CTF_STRTAB_0].cts_strs = (const char *)buf + hp.cth_stroff; in ctf_bufopen()
708 fp->ctf_str[CTF_STRTAB_0].cts_len = hp.cth_strlen; in ctf_bufopen()
H A Dctf_types.c1243 const char *strp = fp->ctf_str[CTF_STRTAB_0].cts_strs; in ctf_string_iter()
1244 size_t strl = fp->ctf_str[CTF_STRTAB_0].cts_len; in ctf_string_iter()