Searched refs:ctf_dthash (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_create.c | 88 fp->ctf_dthash = hash; in ctf_create() 444 nfp->ctf_dthash = fp->ctf_dthash; in ctf_update() 452 fp->ctf_dthash = NULL; in ctf_update() 481 dtd->dtd_hash = fp->ctf_dthash[h]; in ctf_dtd_insert() 482 fp->ctf_dthash[h] = dtd; in ctf_dtd_insert() 490 ctf_dtdef_t *p, **q = &fp->ctf_dthash[h]; in ctf_dtd_delete() 562 if (fp->ctf_dthash == NULL) in ctf_dtd_lookup() 565 for (dtd = fp->ctf_dthash[h]; dtd != NULL; dtd = dtd->dtd_hash) { in ctf_dtd_lookup()
|
H A D | ctf_impl.h | 207 ctf_dtdef_t **ctf_dthash; /* hash of dynamic type definitions */ member
|
H A D | ctf_open.c | 912 ctf_free(fp->ctf_dthash, fp->ctf_dthashlen * sizeof (ctf_dtdef_t *)); in ctf_close()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-create.c | 163 fp->ctf_dthash = dthash; in ctf_create() 226 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type, in ctf_dtd_insert() 237 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) in ctf_dtd_insert() 254 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type); in ctf_dtd_delete() 306 ctf_dynhash_lookup (fp->ctf_dthash, (void *) (uintptr_t) type); in ctf_dtd_lookup() 418 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type); in ctf_rollback()
|
H A D | ctf-serialize.c | 1120 nfp->ctf_dthash = fp->ctf_dthash; in ctf_serialize() 1172 fp->ctf_dthash = NULL; in ctf_serialize()
|
H A D | ctf-impl.h | 440 ctf_dynhash_t *ctf_dthash; /* Hash of dynamic type definitions. */ member
|
H A D | ctf-open.c | 1766 ctf_dynhash_destroy (fp->ctf_dthash); in ctf_dict_close()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-create.c | 163 fp->ctf_dthash = dthash; in ctf_create() 226 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type, in ctf_dtd_insert() 240 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) in ctf_dtd_insert() 258 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type); in ctf_dtd_delete() 307 ctf_dynhash_lookup (fp->ctf_dthash, (void *) (uintptr_t) type); in ctf_dtd_lookup() 422 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type); in ctf_rollback()
|
H A D | ctf-serialize.c | 1120 nfp->ctf_dthash = fp->ctf_dthash; in ctf_serialize() 1172 fp->ctf_dthash = NULL; in ctf_serialize()
|
H A D | ctf-impl.h | 440 ctf_dynhash_t *ctf_dthash; /* Hash of dynamic type definitions. */ member
|
H A D | ctf-open.c | 1765 ctf_dynhash_destroy (fp->ctf_dthash); in ctf_dict_close()
|