Searched refs:ctf_dthash (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c88 fp->ctf_dthash = hash;
444 nfp->ctf_dthash = fp->ctf_dthash;
452 fp->ctf_dthash = NULL;
481 dtd->dtd_hash = fp->ctf_dthash[h];
482 fp->ctf_dthash[h] = dtd;
490 ctf_dtdef_t *p, **q = &fp->ctf_dthash[h];
562 if (fp->ctf_dthash == NULL)
565 for (dtd = fp->ctf_dthash[h]; dtd != NULL; dtd = dtd->dtd_hash) {
H A Dctf_impl.h149 struct ctf_dtdef *dtd_hash; /* hash chain pointer for ctf_dthash */
207 ctf_dtdef_t **ctf_dthash; /* hash of dynamic type definitions */ member in struct:ctf_file
H A Dctf_open.c912 ctf_free(fp->ctf_dthash, fp->ctf_dthashlen * sizeof (ctf_dtdef_t *));
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-create.c128 fp->ctf_dthash = dthash;
530 nfp->ctf_dthash = fp->ctf_dthash;
565 fp->ctf_dthash = NULL;
624 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type,
635 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t)
652 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type);
693 ctf_dynhash_lookup (fp->ctf_dthash, (void *) (uintptr_t) type);
805 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type);
H A Dctf-impl.h403 ctf_dynhash_t *ctf_dthash; /* Hash of dynamic type definitions. */ member in struct:ctf_file
H A Dctf-open.c1682 ctf_dynhash_destroy (fp->ctf_dthash);
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-create.c163 fp->ctf_dthash = dthash;
226 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type,
240 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t)
258 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type);
307 ctf_dynhash_lookup (fp->ctf_dthash, (void *) (uintptr_t) type);
422 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type);
H A Dctf-serialize.c1120 nfp->ctf_dthash = fp->ctf_dthash;
1172 fp->ctf_dthash = NULL;
H A Dctf-impl.h440 ctf_dynhash_t *ctf_dthash; /* Hash of dynamic type definitions. */ member in struct:ctf_dict
H A Dctf-open.c1765 ctf_dynhash_destroy (fp->ctf_dthash);
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-create.c163 fp->ctf_dthash = dthash;
226 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type,
240 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t)
258 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type);
307 ctf_dynhash_lookup (fp->ctf_dthash, (void *) (uintptr_t) type);
422 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type);
H A Dctf-serialize.c1120 nfp->ctf_dthash = fp->ctf_dthash;
1172 fp->ctf_dthash = NULL;
H A Dctf-impl.h440 ctf_dynhash_t *ctf_dthash; /* Hash of dynamic type definitions. */ member in struct:ctf_dict
H A Dctf-open.c1765 ctf_dynhash_destroy (fp->ctf_dthash);
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-create.c163 fp->ctf_dthash = dthash;
226 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type,
240 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t)
258 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type);
307 ctf_dynhash_lookup (fp->ctf_dthash, (void *) (uintptr_t) type);
422 ctf_dynhash_remove (fp->ctf_dthash, (void *) (uintptr_t) dtd->dtd_type);
H A Dctf-serialize.c1120 nfp->ctf_dthash = fp->ctf_dthash;
1172 fp->ctf_dthash = NULL;
H A Dctf-impl.h440 ctf_dynhash_t *ctf_dthash; /* Hash of dynamic type definitions. */ member in struct:ctf_dict
H A Dctf-open.c1765 ctf_dynhash_destroy (fp->ctf_dthash);

Completed in 577 milliseconds