HomeSort by: relevance | last modified time | path
    Searched defs:ctf_dtdef_t (Results 1 - 7 of 7) sorted by relevancy

  /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;
  /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;
  /src/external/cddl/osnet/dist/common/ctf/
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);
  /src/external/gpl3/binutils/dist/libctf/
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);
  /src/external/gpl3/binutils.old/dist/libctf/
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);
  /src/external/gpl3/gdb.old/dist/libctf/
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);
  /src/external/gpl3/gdb/dist/libctf/
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);

Completed in 23 milliseconds