Searched refs:ctf_dtdef_t (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_impl.h160 } ctf_dtdef_t; typedef in typeref:struct:ctf_dtdef
165 ctf_dtdef_t *ctb_dtd; /* CTF dynamic type definition (if any) */
207 ctf_dtdef_t **ctf_dthash; /* hash of dynamic type definitions */
299 extern void ctf_dtd_insert(ctf_file_t *, ctf_dtdef_t *);
300 extern void ctf_dtd_delete(ctf_file_t *, ctf_dtdef_t *);
301 extern ctf_dtdef_t *ctf_dtd_lookup(ctf_file_t *, ctf_id_t);
H A Dctf_create.c65 ctf_dtdef_t **hash = ctf_alloc(hashlen * sizeof (ctf_dtdef_t *));
81 ctf_free(hash, hashlen * sizeof (ctf_dtdef_t *));
87 bzero(hash, hashlen * sizeof (ctf_dtdef_t *));
97 ctf_copy_smembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t)
120 ctf_copy_lmembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t)
145 ctf_copy_emembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t)
162 ctf_copy_membnames(ctf_dtdef_t *dtd, uchar_t *s)
193 ctf_dtdef_t *dtd = ctf_dtd_lookup(fp, tid);
211 ctf_dtdef_t *dt
[all...]
H A Dctf_open.c888 ctf_dtdef_t *dtd, *ntd;
912 ctf_free(fp->ctf_dthash, fp->ctf_dthashlen * sizeof (ctf_dtdef_t *));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dctfc.h179 typedef struct ctf_dtdef ctf_dtdef_t; typedef in typeref:struct:ctf_dtdef
195 typedef ctf_dtdef_t * ctf_dtdef_ref;
221 struct ctfc_dtd_hasher : ggc_ptr_hash <ctf_dtdef_t>
311 ctf_dtdef_t ** GTY ((length ("0"))) ctfc_types_list;
315 ctf_dtdef_t ** GTY ((length ("0"))) ctfc_gfuncs_list;
H A Dctfc.cc138 ctf_dtdef_t entry;
385 dtd = ggc_cleared_alloc<ctf_dtdef_t> ();
H A Dbtfout.cc463 ctf_dtdef_ref func_dtd = ggc_cleared_alloc<ctf_dtdef_t> ();
H A Dctfout.cc321 ctfc->ctfc_gfuncs_list = ggc_vec_alloc<ctf_dtdef_t*>(num_global_funcs);
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-create.c79 ctf_grow_vlen (ctf_dict_t *fp, ctf_dtdef_t *dtd, size_t vlen)
223 ctf_dtd_insert (ctf_dict_t *fp, ctf_dtdef_t *dtd, int flag, int kind)
251 ctf_dtd_delete (ctf_dict_t *fp, ctf_dtdef_t *dtd)
303 ctf_dtdef_t *
306 return (ctf_dtdef_t *)
310 ctf_dtdef_t *
390 ctf_dtdef_t *dtd, *ntd;
450 size_t vlen, ctf_dtdef_t **rp)
452 ctf_dtdef_t *dtd;
471 if ((dtd = calloc (1, sizeof (ctf_dtdef_t)))
[all...]
H A Dctf-impl.h190 } ctf_dtdef_t; typedef in typeref:struct:ctf_dtdef
687 extern int ctf_dtd_insert (ctf_dict_t *, ctf_dtdef_t *, int flag, int kind);
688 extern void ctf_dtd_delete (ctf_dict_t *, ctf_dtdef_t *);
689 extern ctf_dtdef_t *ctf_dtd_lookup (const ctf_dict_t *, ctf_id_t);
690 extern ctf_dtdef_t *ctf_dynamic_type (const ctf_dict_t *, ctf_id_t);
H A Dctf-types.c111 ctf_dtdef_t *dtd;
279 ctf_dtdef_t *dtd;
994 ctf_dtdef_t *dtd;
1117 ctf_dtdef_t *dtd;
1175 ctf_dtdef_t *dtd;
1377 ctf_dtdef_t *dtd;
1441 const ctf_dtdef_t *dtd;
1473 const ctf_dtdef_t *dtd;
1515 const ctf_dtdef_t *dtd;
1561 const ctf_dtdef_t *dt
[all...]
H A Dctf-serialize.c729 ctf_dtdef_t *dtd;
794 ctf_dtdef_t *dtd;
H A Dctf-lookup.c347 ctf_dtdef_t *dtd;
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-create.c79 ctf_grow_vlen (ctf_dict_t *fp, ctf_dtdef_t *dtd, size_t vlen)
223 ctf_dtd_insert (ctf_dict_t *fp, ctf_dtdef_t *dtd, int flag, int kind)
251 ctf_dtd_delete (ctf_dict_t *fp, ctf_dtdef_t *dtd)
303 ctf_dtdef_t *
306 return (ctf_dtdef_t *)
310 ctf_dtdef_t *
390 ctf_dtdef_t *dtd, *ntd;
450 size_t vlen, ctf_dtdef_t **rp)
452 ctf_dtdef_t *dtd;
471 if ((dtd = calloc (1, sizeof (ctf_dtdef_t)))
[all...]
H A Dctf-impl.h190 } ctf_dtdef_t; typedef in typeref:struct:ctf_dtdef
687 extern int ctf_dtd_insert (ctf_dict_t *, ctf_dtdef_t *, int flag, int kind);
688 extern void ctf_dtd_delete (ctf_dict_t *, ctf_dtdef_t *);
689 extern ctf_dtdef_t *ctf_dtd_lookup (const ctf_dict_t *, ctf_id_t);
690 extern ctf_dtdef_t *ctf_dynamic_type (const ctf_dict_t *, ctf_id_t);
H A Dctf-types.c111 ctf_dtdef_t *dtd;
279 ctf_dtdef_t *dtd;
994 ctf_dtdef_t *dtd;
1117 ctf_dtdef_t *dtd;
1175 ctf_dtdef_t *dtd;
1377 ctf_dtdef_t *dtd;
1441 const ctf_dtdef_t *dtd;
1473 const ctf_dtdef_t *dtd;
1515 const ctf_dtdef_t *dtd;
1561 const ctf_dtdef_t *dt
[all...]
H A Dctf-serialize.c729 ctf_dtdef_t *dtd;
794 ctf_dtdef_t *dtd;
H A Dctf-lookup.c347 ctf_dtdef_t *dtd;
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-create.c79 ctf_grow_vlen (ctf_dict_t *fp, ctf_dtdef_t *dtd, size_t vlen)
223 ctf_dtd_insert (ctf_dict_t *fp, ctf_dtdef_t *dtd, int flag, int kind)
251 ctf_dtd_delete (ctf_dict_t *fp, ctf_dtdef_t *dtd)
303 ctf_dtdef_t *
306 return (ctf_dtdef_t *)
310 ctf_dtdef_t *
390 ctf_dtdef_t *dtd, *ntd;
450 size_t vlen, ctf_dtdef_t **rp)
452 ctf_dtdef_t *dtd;
471 if ((dtd = calloc (1, sizeof (ctf_dtdef_t)))
[all...]
H A Dctf-impl.h190 } ctf_dtdef_t; typedef in typeref:struct:ctf_dtdef
687 extern int ctf_dtd_insert (ctf_dict_t *, ctf_dtdef_t *, int flag, int kind);
688 extern void ctf_dtd_delete (ctf_dict_t *, ctf_dtdef_t *);
689 extern ctf_dtdef_t *ctf_dtd_lookup (const ctf_dict_t *, ctf_id_t);
690 extern ctf_dtdef_t *ctf_dynamic_type (const ctf_dict_t *, ctf_id_t);
H A Dctf-types.c111 ctf_dtdef_t *dtd;
279 ctf_dtdef_t *dtd;
994 ctf_dtdef_t *dtd;
1117 ctf_dtdef_t *dtd;
1175 ctf_dtdef_t *dtd;
1377 ctf_dtdef_t *dtd;
1441 const ctf_dtdef_t *dtd;
1473 const ctf_dtdef_t *dtd;
1515 const ctf_dtdef_t *dtd;
1561 const ctf_dtdef_t *dt
[all...]
H A Dctf-serialize.c729 ctf_dtdef_t *dtd;
794 ctf_dtdef_t *dtd;
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-create.c159 ctf_copy_smembers (ctf_file_t *fp, ctf_dtdef_t *dtd, unsigned char *t)
184 ctf_copy_lmembers (ctf_file_t *fp, ctf_dtdef_t *dtd, unsigned char *t)
210 ctf_copy_emembers (ctf_file_t *fp, ctf_dtdef_t *dtd, unsigned char *t)
274 ctf_dtdef_t *dtd;
621 ctf_dtd_insert (ctf_file_t *fp, ctf_dtdef_t *dtd, int flag, int kind)
645 ctf_dtd_delete (ctf_file_t *fp, ctf_dtdef_t *dtd)
689 ctf_dtdef_t *
692 return (ctf_dtdef_t *)
696 ctf_dtdef_t *
773 ctf_dtdef_t *dt
[all...]
H A Dctf-types.c46 ctf_dtdef_t *dtd;
123 ctf_dtdef_t *dtd;
235 ctf_dtdef_t *dtd;
293 ctf_dtdef_t *dtd;
981 ctf_dtdef_t *dtd;
1116 ctf_dtdef_t *dtd;
1174 ctf_dtdef_t *dtd;
1391 ctf_dtdef_t *dtd;
1467 const ctf_dtdef_t *dtd;
1501 const ctf_dtdef_t *dt
[all...]
H A Dctf-impl.h192 } ctf_dtdef_t; typedef in typeref:struct:ctf_dtdef
629 extern int ctf_dtd_insert (ctf_file_t *, ctf_dtdef_t *, int flag, int kind);
630 extern void ctf_dtd_delete (ctf_file_t *, ctf_dtdef_t *);
631 extern ctf_dtdef_t *ctf_dtd_lookup (const ctf_file_t *, ctf_id_t);
632 extern ctf_dtdef_t *ctf_dynamic_type (const ctf_file_t *, ctf_id_t);
H A Dctf-lookup.c340 ctf_dtdef_t *dtd;

Completed in 194 milliseconds

12