Searched refs:ctf_hash_create (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_open.c | 319 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 D | ctf_hash.c | 38 ctf_hash_create(ctf_hash_t *hp, ulong_t nelems) in ctf_hash_create() function
|
H A D | ctf_impl.h | 284 extern int ctf_hash_create(ctf_hash_t *, ulong_t);
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-open.c | 744 = 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 D | ctf-impl.h | 632 extern ctf_hash_t *ctf_hash_create (unsigned long, ctf_hash_fun, ctf_hash_eq_fun);
|
H A D | ctf-hash.c | 774 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 D | ctf-open.c | 744 = 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 D | ctf-impl.h | 632 extern ctf_hash_t *ctf_hash_create (unsigned long, ctf_hash_fun, ctf_hash_eq_fun);
|
H A D | ctf-hash.c | 774 ctf_hash_create (unsigned long nelems, ctf_hash_fun hash_fun, in ctf_hash_create() function
|