/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_create.c | 65 ctf_dtdef_t **hash = ctf_alloc(hashlen * sizeof (ctf_dtdef_t *)); in ctf_create() 81 ctf_free(hash, hashlen * sizeof (ctf_dtdef_t *)); in ctf_create() 87 bzero(hash, hashlen * sizeof (ctf_dtdef_t *)); in ctf_create() 97 ctf_copy_smembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t) in ctf_copy_smembers() 120 ctf_copy_lmembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t) in ctf_copy_lmembers() 145 ctf_copy_emembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t) in ctf_copy_emembers() 162 ctf_copy_membnames(ctf_dtdef_t *dtd, uchar_t *s) in ctf_copy_membnames() 193 ctf_dtdef_t *dtd = ctf_dtd_lookup(fp, tid); in ctf_ref_inc() 211 ctf_dtdef_t *dtd = ctf_dtd_lookup(fp, tid); in ctf_ref_dec() 247 ctf_dtdef_t *dtd; in ctf_update() [all …]
|
H A D | ctf_impl.h | 160 } ctf_dtdef_t; typedef 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 D | ctf_open.c | 888 ctf_dtdef_t *dtd, *ntd; in ctf_close() 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 | 79 ctf_grow_vlen (ctf_dict_t *fp, ctf_dtdef_t *dtd, size_t vlen) in ctf_grow_vlen() 223 ctf_dtd_insert (ctf_dict_t *fp, ctf_dtdef_t *dtd, int flag, int kind) in ctf_dtd_insert() 247 ctf_dtd_delete (ctf_dict_t *fp, ctf_dtdef_t *dtd) in ctf_dtd_delete() 299 ctf_dtdef_t * 305 return (ctf_dtdef_t *) in ctf_dtd_lookup() 309 ctf_dtdef_t * 386 ctf_dtdef_t *dtd, *ntd; in ctf_rollback() 446 size_t vlen, ctf_dtdef_t **rp) in ctf_add_generic() 448 ctf_dtdef_t *dtd; in ctf_add_generic() 467 if ((dtd = calloc (1, sizeof (ctf_dtdef_t))) == NULL) in ctf_add_generic() [all …]
|
H A D | ctf-types.c | 111 ctf_dtdef_t *dtd; in ctf_member_next() 280 ctf_dtdef_t *dtd; in ctf_enum_next() 1003 ctf_dtdef_t *dtd; in ctf_type_align() 1126 ctf_dtdef_t *dtd; in ctf_type_reference() 1184 ctf_dtdef_t *dtd; in ctf_type_encoding() 1386 ctf_dtdef_t *dtd; in ctf_member_info() 1453 const ctf_dtdef_t *dtd; in ctf_array_info() 1485 const ctf_dtdef_t *dtd; in ctf_enum_name() 1527 const ctf_dtdef_t *dtd; in ctf_enum_value() 1570 const ctf_dtdef_t *dtd; in ctf_func_type_info() [all …]
|
H A D | ctf-impl.h | 190 } ctf_dtdef_t; typedef 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 D | ChangeLog | 201 * ctf-impl.h (ctf_dtdef_t) <dtu_members>: Remove. 241 * ctf-impl.h (ctf_dtdef_t) <dtd_vlen_alloc>: New. 297 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_argv>: Remove. 306 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_arr>: Remove. 314 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_enc>: Remove.
|
H A D | ctf-serialize.c | 729 ctf_dtdef_t *dtd; in ctf_type_sect_size() 794 ctf_dtdef_t *dtd; in ctf_emit_type_sect()
|
H A D | ctf-lookup.c | 344 ctf_dtdef_t *dtd; in ctf_lookup_by_id()
|
H A D | ctf-open.c | 1733 ctf_dtdef_t *dtd, *ntd; in ctf_dict_close()
|
H A D | ChangeLog-2020 | 872 * ctf-impl.h (ctf_dtdef_t) <dtu_argv>: Fix type. 1128 (ctf_dtdef_t) <dtd_name>: Remove.
|
H A D | ctf-dedup.c | 735 const ctf_dtdef_t *dtd; in ctf_dedup_rhash_type()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-create.c | 79 ctf_grow_vlen (ctf_dict_t *fp, ctf_dtdef_t *dtd, size_t vlen) in ctf_grow_vlen() 223 ctf_dtd_insert (ctf_dict_t *fp, ctf_dtdef_t *dtd, int flag, int kind) in ctf_dtd_insert() 251 ctf_dtd_delete (ctf_dict_t *fp, ctf_dtdef_t *dtd) in ctf_dtd_delete() 303 ctf_dtdef_t * 306 return (ctf_dtdef_t *) in ctf_dtd_lookup() 310 ctf_dtdef_t * 390 ctf_dtdef_t *dtd, *ntd; in ctf_rollback() 450 size_t vlen, ctf_dtdef_t **rp) in ctf_add_generic() 452 ctf_dtdef_t *dtd; in ctf_add_generic() 471 if ((dtd = calloc (1, sizeof (ctf_dtdef_t))) == NULL) in ctf_add_generic() [all …]
|
H A D | ctf-types.c | 111 ctf_dtdef_t *dtd; in ctf_member_next() 279 ctf_dtdef_t *dtd; in ctf_enum_next() 994 ctf_dtdef_t *dtd; in ctf_type_align() 1117 ctf_dtdef_t *dtd; in ctf_type_reference() 1175 ctf_dtdef_t *dtd; in ctf_type_encoding() 1377 ctf_dtdef_t *dtd; in ctf_member_info() 1441 const ctf_dtdef_t *dtd; in ctf_array_info() 1473 const ctf_dtdef_t *dtd; in ctf_enum_name() 1515 const ctf_dtdef_t *dtd; in ctf_enum_value() 1561 const ctf_dtdef_t *dtd; in ctf_func_type_info() [all …]
|
H A D | ctf-impl.h | 190 } ctf_dtdef_t; typedef 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 D | ChangeLog | 180 * ctf-impl.h (ctf_dtdef_t) <dtu_members>: Remove. 220 * ctf-impl.h (ctf_dtdef_t) <dtd_vlen_alloc>: New. 276 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_argv>: Remove. 285 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_arr>: Remove. 293 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_enc>: Remove.
|
H A D | ctf-serialize.c | 729 ctf_dtdef_t *dtd; in ctf_type_sect_size() 794 ctf_dtdef_t *dtd; in ctf_emit_type_sect()
|
H A D | ctf-lookup.c | 347 ctf_dtdef_t *dtd; in ctf_lookup_by_id()
|
H A D | ctf-open.c | 1732 ctf_dtdef_t *dtd, *ntd; in ctf_dict_close()
|
H A D | ChangeLog-2020 | 872 * ctf-impl.h (ctf_dtdef_t) <dtu_argv>: Fix type. 1128 (ctf_dtdef_t) <dtd_name>: Remove.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ctfc.h | 179 typedef struct ctf_dtdef ctf_dtdef_t; typedef 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 D | ctfc.cc | 138 ctf_dtdef_t entry; in ctf_dtd_lookup() 385 dtd = ggc_cleared_alloc<ctf_dtdef_t> (); in ctf_add_generic()
|
H A D | ctfout.cc | 321 ctfc->ctfc_gfuncs_list = ggc_vec_alloc<ctf_dtdef_t*>(num_global_funcs); in ctf_preprocess()
|
H A D | btfout.cc | 463 ctf_dtdef_ref func_dtd = ggc_cleared_alloc<ctf_dtdef_t> (); in btf_dtd_emit_preprocess_cb()
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 872 * ctf-impl.h (ctf_dtdef_t) <dtu_argv>: Fix type. 1128 (ctf_dtdef_t) <dtd_name>: Remove.
|