Home
last modified time | relevance | path

Searched refs:CTF_NAME_STID (Results 1 – 5 of 5) sorted by relevance

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_hash.c97 ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID(name)]; in ctf_hash_insert()
156 ctsp = &fp->ctf_str[CTF_NAME_STID(hep->h_name)]; in ctf_hash_lookup()
H A Dctf_util.c101 const ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID(name)]; in ctf_strraw()
/freebsd/sys/sys/
H A Dctf.h259 #define CTF_NAME_STID(n) ((n) >> 31) macro
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c117 if (CTF_NAME_STID(name) != CTF_STRTAB_0) in ref_to_str()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c1118 if (CTF_NAME_STID(name) != CTF_STRTAB_0) in resurrect_types()