Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-string.c29 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()
H A Dctf-hash.c797 && 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()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-string.c29 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()
H A Dctf-hash.c797 && 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()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_hash.c100 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()
H A Dctf_util.c104 ctf_strs_t *ctsp = &fp->ctf_str[CTF_NAME_STID(name)]; in ctf_strraw()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h216 #define CTF_NAME_STID(name) ((name) >> 31) macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h297 #define CTF_NAME_STID(name) ((name) >> 31) macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf.h369 #define CTF_NAME_STID(name) ((name) >> 31) macro
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf.h369 #define CTF_NAME_STID(name) ((name) >> 31) macro
/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c116 if (CTF_NAME_STID(name) != CTF_STRTAB_0) in ref_to_str()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c1065 if (CTF_NAME_STID(ctt->ctt_name) != CTF_STRTAB_0) in resurrect_types()