Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c312 ctt.ctt_name = CTF_TYPE_NAME(CTF_STRTAB_0, 0); in write_type()
321 ctt.ctt_name = CTF_TYPE_NAME(CTF_STRTAB_0, offset); in write_type()
397 ctm.ctm_name = CTF_TYPE_NAME(CTF_STRTAB_0, in write_type()
413 ctlm.ctlm_name = CTF_TYPE_NAME(CTF_STRTAB_0, in write_type()
446 cte.cte_name = CTF_TYPE_NAME(CTF_STRTAB_0, offset); in write_type()
1118 if (CTF_NAME_STID(name) != CTF_STRTAB_0) in resurrect_types()
/freebsd/sys/sys/
H A Dctf.h189 #define CTF_STRTAB_0 0 macro
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c864 fp->ctf_str[CTF_STRTAB_0].cts_strs = (const char *)buf + hp.cth_stroff; in ctf_bufopen()
865 fp->ctf_str[CTF_STRTAB_0].cts_len = hp.cth_strlen; in ctf_bufopen()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c117 if (CTF_NAME_STID(name) != CTF_STRTAB_0) in ref_to_str()