Searched refs:CTF_NAME_STID (Results 1 – 12 of 12) sorted by relevance
29 ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID (name)]; in ctf_strraw_explicit()31 if ((CTF_NAME_STID (name) == CTF_STRTAB_0) && (strtab != NULL)) in ctf_strraw_explicit()37 if (CTF_NAME_STID (name) == CTF_STRTAB_1 in ctf_strraw_explicit()47 if (CTF_NAME_STID (name) == CTF_STRTAB_0 in ctf_strraw_explicit()
797 && CTF_NAME_STID (name) == CTF_STRTAB_1 in ctf_hash_insert_type()799 && fp->ctf_str[CTF_NAME_STID (name)].cts_strs == NULL) in ctf_hash_insert_type()
100 ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID(name)]; in ctf_hash_insert()159 ctsp = &fp->ctf_str[CTF_NAME_STID(hep->h_name)]; in ctf_hash_lookup()
104 ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID(name)]; in ctf_strraw()
216 #define CTF_NAME_STID(name) ((name) >> 31) macro
297 #define CTF_NAME_STID(name) ((name) >> 31) macro
369 #define CTF_NAME_STID(name) ((name) >> 31) macro
116 if (CTF_NAME_STID(name) != CTF_STRTAB_0) in ref_to_str()
1065 if (CTF_NAME_STID(ctt->ctt_name) != CTF_STRTAB_0) in resurrect_types()