Home
last modified time | relevance | path

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

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
HDctf.c317 ctt.ctt_name = CTF_TYPE_NAME(CTF_STRTAB_0, 0); in write_type()
326 ctt.ctt_name = CTF_TYPE_NAME(CTF_STRTAB_0, offset); in write_type()
402 ctm.ctm_name = CTF_TYPE_NAME(CTF_STRTAB_0, in write_type()
418 ctlm.ctlm_name = CTF_TYPE_NAME(CTF_STRTAB_0, in write_type()
453 cte.cte_name = CTF_TYPE_NAME(CTF_STRTAB_0, offset); in write_type()
1055 if (CTF_NAME_STID(ctt->ctt_name) != CTF_STRTAB_0) in resurrect_types()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
HDctf.h232 #define CTF_STRTAB_0 0 /* symbolic define for string table id 0 */ macro
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
HDctf_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()
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
HDdump.c116 if (CTF_NAME_STID(name) != CTF_STRTAB_0) in ref_to_str()