Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c319 if ((err = ctf_hash_create(&fp->ctf_structs, pop[CTF_K_STRUCT])) != 0) in init_types()
322 if ((err = ctf_hash_create(&fp->ctf_unions, pop[CTF_K_UNION])) != 0) in init_types()
325 if ((err = ctf_hash_create(&fp->ctf_enums, pop[CTF_K_ENUM])) != 0) in init_types()
328 if ((err = ctf_hash_create(&fp->ctf_names, in init_types()
H A Dctf_hash.c38 ctf_hash_create(ctf_hash_t *hp, ulong_t nelems) in ctf_hash_create() function
H A Dctf_impl.h284 extern int ctf_hash_create(ctf_hash_t *, ulong_t);
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c744 = ctf_hash_create (pop[CTF_K_STRUCT], ctf_hash_string, in init_types()
749 = ctf_hash_create (pop[CTF_K_UNION], ctf_hash_string, in init_types()
754 = ctf_hash_create (pop[CTF_K_ENUM], ctf_hash_string, in init_types()
759 = ctf_hash_create (pop[CTF_K_UNKNOWN] + in init_types()
H A Dctf-impl.h632 extern ctf_hash_t *ctf_hash_create (unsigned long, ctf_hash_fun, ctf_hash_eq_fun);
H A Dctf-hash.c774 ctf_hash_create (unsigned long nelems, ctf_hash_fun hash_fun, in ctf_hash_create() function
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c744 = ctf_hash_create (pop[CTF_K_STRUCT], ctf_hash_string, in init_types()
749 = ctf_hash_create (pop[CTF_K_UNION], ctf_hash_string, in init_types()
754 = ctf_hash_create (pop[CTF_K_ENUM], ctf_hash_string, in init_types()
759 = ctf_hash_create (pop[CTF_K_UNKNOWN] + in init_types()
H A Dctf-impl.h632 extern ctf_hash_t *ctf_hash_create (unsigned long, ctf_hash_fun, ctf_hash_eq_fun);
H A Dctf-hash.c774 ctf_hash_create (unsigned long nelems, ctf_hash_fun hash_fun, in ctf_hash_create() function