HomeSort by: relevance | last modified time | path
    Searched refs:ctf_dtdef_t (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/cddl/osnet/dist/common/ctf/
ctf_create.c 65 ctf_dtdef_t **hash = ctf_alloc(hashlen * sizeof (ctf_dtdef_t *));
81 ctf_free(hash, hashlen * sizeof (ctf_dtdef_t *));
87 memset(hash, 0, hashlen * sizeof (ctf_dtdef_t *));
97 ctf_copy_smembers(const ctf_file_t *fp, ctf_dtdef_t *dtd, uint_t soff,
138 ctf_copy_lmembers(const ctf_file_t *fp, ctf_dtdef_t *dtd, uint_t soff,
183 ctf_copy_emembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t)
200 ctf_copy_membnames(ctf_dtdef_t *dtd, uchar_t *s)
231 ctf_dtdef_t *dtd = ctf_dtd_lookup(fp, tid);
249 ctf_dtdef_t *dtd = ctf_dtd_lookup(fp, tid)
    [all...]
ctf_impl.h 171 } ctf_dtdef_t; typedef in typeref:struct:ctf_dtdef
176 ctf_dtdef_t *ctb_dtd; /* CTF dynamic type definition (if any) */
219 ctf_dtdef_t **ctf_dthash; /* hash of dynamic type definitions */
332 extern void ctf_dtd_insert(ctf_file_t *, ctf_dtdef_t *);
333 extern void ctf_dtd_delete(ctf_file_t *, ctf_dtdef_t *);
334 extern ctf_dtdef_t *ctf_dtd_lookup(ctf_file_t *, ctf_id_t);
ctf_open.c 1063 ctf_dtdef_t *dtd, *ntd;
1087 ctf_free(fp->ctf_dthash, fp->ctf_dthashlen * sizeof (ctf_dtdef_t *));
  /src/external/gpl3/gcc/dist/gcc/
ctfc.h 181 typedef struct ctf_dtdef ctf_dtdef_t; typedef in typeref:struct:ctf_dtdef
197 typedef ctf_dtdef_t * ctf_dtdef_ref;
223 struct ctfc_dtd_hasher : ggc_ptr_hash <ctf_dtdef_t>
313 ctf_dtdef_t ** GTY ((length ("0"))) ctfc_types_list;
317 ctf_dtdef_t ** GTY ((length ("0"))) ctfc_gfuncs_list;
ctfc.cc 138 ctf_dtdef_t entry;
385 dtd = ggc_cleared_alloc<ctf_dtdef_t> ();
ctfout.cc 321 ctfc->ctfc_gfuncs_list = ggc_vec_alloc<ctf_dtdef_t*>(num_global_funcs);
  /src/external/gpl3/gcc.old/dist/gcc/
ctfc.h 179 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;
ctfc.cc 138 ctf_dtdef_t entry;
385 dtd = ggc_cleared_alloc<ctf_dtdef_t> ();
btfout.cc 463 ctf_dtdef_ref func_dtd = ggc_cleared_alloc<ctf_dtdef_t> ();
  /src/external/gpl3/binutils/dist/libctf/
ctf-create.c 82 ctf_grow_vlen (ctf_dict_t *fp, ctf_dtdef_t *dtd, size_t vlen)
196 ctf_dtd_insert (ctf_dict_t *fp, ctf_dtdef_t *dtd, int flag, int kind)
220 ctf_dtd_delete (ctf_dict_t *fp, ctf_dtdef_t *dtd)
271 ctf_dtdef_t *
277 return (ctf_dtdef_t *)
281 ctf_dtdef_t *
364 ctf_dtdef_t *dtd, *ntd;
420 size_t vlen, ctf_dtdef_t **rp)
422 ctf_dtdef_t *dtd;
451 if ((dtd = calloc (1, sizeof (ctf_dtdef_t))) == NULL
    [all...]
ctf-impl.h 188 } ctf_dtdef_t; typedef in typeref:struct:ctf_dtdef
710 extern int ctf_dtd_insert (ctf_dict_t *, ctf_dtdef_t *, int flag, int kind);
711 extern void ctf_dtd_delete (ctf_dict_t *, ctf_dtdef_t *);
712 extern ctf_dtdef_t *ctf_dtd_lookup (const ctf_dict_t *, ctf_id_t);
713 extern ctf_dtdef_t *ctf_dynamic_type (const ctf_dict_t *, ctf_id_t);
ctf-types.c 111 ctf_dtdef_t *dtd;
291 ctf_dtdef_t *dtd;
1004 ctf_dtdef_t *dtd;
1127 ctf_dtdef_t *dtd;
1185 ctf_dtdef_t *dtd;
1387 ctf_dtdef_t *dtd;
1462 const ctf_dtdef_t *dtd;
1494 const ctf_dtdef_t *dtd;
1536 const ctf_dtdef_t *dtd;
1579 const ctf_dtdef_t *dtd
    [all...]
ctf-serialize.c 733 ctf_dtdef_t *dtd;
798 ctf_dtdef_t *dtd;
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-create.c 82 ctf_grow_vlen (ctf_dict_t *fp, ctf_dtdef_t *dtd, size_t vlen)
196 ctf_dtd_insert (ctf_dict_t *fp, ctf_dtdef_t *dtd, int flag, int kind)
220 ctf_dtd_delete (ctf_dict_t *fp, ctf_dtdef_t *dtd)
271 ctf_dtdef_t *
277 return (ctf_dtdef_t *)
281 ctf_dtdef_t *
364 ctf_dtdef_t *dtd, *ntd;
420 size_t vlen, ctf_dtdef_t **rp)
422 ctf_dtdef_t *dtd;
451 if ((dtd = calloc (1, sizeof (ctf_dtdef_t))) == NULL
    [all...]
ctf-impl.h 188 } ctf_dtdef_t; typedef in typeref:struct:ctf_dtdef
710 extern int ctf_dtd_insert (ctf_dict_t *, ctf_dtdef_t *, int flag, int kind);
711 extern void ctf_dtd_delete (ctf_dict_t *, ctf_dtdef_t *);
712 extern ctf_dtdef_t *ctf_dtd_lookup (const ctf_dict_t *, ctf_id_t);
713 extern ctf_dtdef_t *ctf_dynamic_type (const ctf_dict_t *, ctf_id_t);
ctf-types.c 111 ctf_dtdef_t *dtd;
291 ctf_dtdef_t *dtd;
1004 ctf_dtdef_t *dtd;
1127 ctf_dtdef_t *dtd;
1185 ctf_dtdef_t *dtd;
1387 ctf_dtdef_t *dtd;
1462 const ctf_dtdef_t *dtd;
1494 const ctf_dtdef_t *dtd;
1536 const ctf_dtdef_t *dtd;
1579 const ctf_dtdef_t *dtd
    [all...]
ctf-serialize.c 727 ctf_dtdef_t *dtd;
792 ctf_dtdef_t *dtd;
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-create.c 83 ctf_grow_vlen (ctf_dict_t *fp, ctf_dtdef_t *dtd, size_t vlen)
197 ctf_dtd_insert (ctf_dict_t *fp, ctf_dtdef_t *dtd, int flag, int kind)
221 ctf_dtd_delete (ctf_dict_t *fp, ctf_dtdef_t *dtd)
272 ctf_dtdef_t *
278 return (ctf_dtdef_t *)
282 ctf_dtdef_t *
365 ctf_dtdef_t *dtd, *ntd;
421 size_t vlen, ctf_dtdef_t **rp)
423 ctf_dtdef_t *dtd;
452 if ((dtd = calloc (1, sizeof (ctf_dtdef_t))) == NULL
    [all...]
ctf-impl.h 184 } ctf_dtdef_t; typedef in typeref:struct:ctf_dtdef
700 extern int ctf_dtd_insert (ctf_dict_t *, ctf_dtdef_t *, int flag, int kind);
701 extern void ctf_dtd_delete (ctf_dict_t *, ctf_dtdef_t *);
702 extern ctf_dtdef_t *ctf_dtd_lookup (const ctf_dict_t *, ctf_id_t);
703 extern ctf_dtdef_t *ctf_dynamic_type (const ctf_dict_t *, ctf_id_t);
ctf-types.c 111 ctf_dtdef_t *dtd;
280 ctf_dtdef_t *dtd;
983 ctf_dtdef_t *dtd;
1106 ctf_dtdef_t *dtd;
1164 ctf_dtdef_t *dtd;
1366 ctf_dtdef_t *dtd;
1433 const ctf_dtdef_t *dtd;
1465 const ctf_dtdef_t *dtd;
1507 const ctf_dtdef_t *dtd;
1550 const ctf_dtdef_t *dtd
    [all...]
ctf-serialize.c 727 ctf_dtdef_t *dtd;
792 ctf_dtdef_t *dtd;
  /src/external/gpl3/gdb/dist/libctf/
ctf-create.c 82 ctf_grow_vlen (ctf_dict_t *fp, ctf_dtdef_t *dtd, size_t vlen)
196 ctf_dtd_insert (ctf_dict_t *fp, ctf_dtdef_t *dtd, int flag, int kind)
220 ctf_dtd_delete (ctf_dict_t *fp, ctf_dtdef_t *dtd)
271 ctf_dtdef_t *
277 return (ctf_dtdef_t *)
281 ctf_dtdef_t *
364 ctf_dtdef_t *dtd, *ntd;
420 size_t vlen, ctf_dtdef_t **rp)
422 ctf_dtdef_t *dtd;
451 if ((dtd = calloc (1, sizeof (ctf_dtdef_t))) == NULL
    [all...]
ctf-impl.h 188 } ctf_dtdef_t; typedef in typeref:struct:ctf_dtdef
710 extern int ctf_dtd_insert (ctf_dict_t *, ctf_dtdef_t *, int flag, int kind);
711 extern void ctf_dtd_delete (ctf_dict_t *, ctf_dtdef_t *);
712 extern ctf_dtdef_t *ctf_dtd_lookup (const ctf_dict_t *, ctf_id_t);
713 extern ctf_dtdef_t *ctf_dynamic_type (const ctf_dict_t *, ctf_id_t);
ctf-types.c 111 ctf_dtdef_t *dtd;
291 ctf_dtdef_t *dtd;
1004 ctf_dtdef_t *dtd;
1127 ctf_dtdef_t *dtd;
1185 ctf_dtdef_t *dtd;
1387 ctf_dtdef_t *dtd;
1462 const ctf_dtdef_t *dtd;
1494 const ctf_dtdef_t *dtd;
1536 const ctf_dtdef_t *dtd;
1579 const ctf_dtdef_t *dtd
    [all...]
ctf-serialize.c 733 ctf_dtdef_t *dtd;
798 ctf_dtdef_t *dtd;

Completed in 88 milliseconds

1 2