Home
last modified time | relevance | path

Searched refs:ctf_hash_size (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c510 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums)); in init_types()
512 ctf_hash_size(&fp->ctf_structs), nlstructs); in init_types()
514 ctf_hash_size(&fp->ctf_unions), nlunions); in init_types()
516 ctf_hash_size(&fp->ctf_names)); in init_types()
H A Dctf_hash.c73 ctf_hash_size(const ctf_hash_t *hp) in ctf_hash_size() function
H A Dctf_impl.h289 extern uint_t ctf_hash_size(const ctf_hash_t *);
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c950 ctf_hash_size (fp->ctf_enums.ctn_readonly)); in init_types()
952 ctf_hash_size (fp->ctf_structs.ctn_readonly), nlstructs); in init_types()
954 ctf_hash_size (fp->ctf_unions.ctn_readonly), nlunions); in init_types()
956 ctf_hash_size (fp->ctf_names.ctn_readonly)); in init_types()
H A Dctf-impl.h636 extern uint32_t ctf_hash_size (const ctf_hash_t *);
H A Dctf-hash.c782 ctf_hash_size (const ctf_hash_t *hp) in ctf_hash_size() function
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c950 ctf_hash_size (fp->ctf_enums.ctn_readonly)); in init_types()
952 ctf_hash_size (fp->ctf_structs.ctn_readonly), nlstructs); in init_types()
954 ctf_hash_size (fp->ctf_unions.ctn_readonly), nlunions); in init_types()
956 ctf_hash_size (fp->ctf_names.ctn_readonly)); in init_types()
H A Dctf-impl.h636 extern uint32_t ctf_hash_size (const ctf_hash_t *);
H A Dctf-hash.c782 ctf_hash_size (const ctf_hash_t *hp) in ctf_hash_size() function