Home
last modified time | relevance | path

Searched refs:ctf_dtdef_t (Results 1 – 25 of 43) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c65 ctf_dtdef_t **hash = ctf_alloc(hashlen * sizeof (ctf_dtdef_t *)); in ctf_create()
247 ctf_dtdef_t *dtd; in ctf_update()
556 ctf_dtdef_t *
560 ctf_dtdef_t *dtd; in ctf_dtd_lookup()
609 ctf_dtdef_t *dtd; in ctf_add_generic()
673 ctf_dtdef_t *dtd; in ctf_add_encoded()
692 ctf_dtdef_t *dtd; in ctf_add_reftype()
732 ctf_dtdef_t *dtd; in ctf_add_array()
797 ctf_dtdef_t *dtd; in ctf_add_function()
855 ctf_dtdef_t *dtd; in ctf_add_struct()
[all …]
H A Dctf_impl.h160 } 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 Dctf_open.c888 ctf_dtdef_t *dtd, *ntd; in ctf_close()
912 ctf_free(fp->ctf_dthash, fp->ctf_dthashlen * sizeof (ctf_dtdef_t *)); in ctf_close()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dctfc.h179 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>
307 ctf_dtdef_t ** GTY ((length ("0"))) ctfc_types_list;
311 ctf_dtdef_t ** GTY ((length ("0"))) ctfc_gfuncs_list;
H A Dctfc.c138 ctf_dtdef_t entry; in ctf_dtd_lookup()
351 dtd = ggc_cleared_alloc<ctf_dtdef_t> (); in ctf_add_generic()
/dports/devel/arm-elf-binutils/binutils-2.37/libctf/
H A Dctf-create.c303 ctf_dtdef_t *
310 ctf_dtdef_t *
452 ctf_dtdef_t *dtd; in ctf_add_generic()
530 ctf_dtdef_t *dtd; in ctf_add_encoded()
567 ctf_dtdef_t *dtd; in ctf_add_reftype()
607 ctf_dtdef_t *dtd; in ctf_add_slice()
679 ctf_dtdef_t *dtd; in ctf_add_array()
745 ctf_dtdef_t *dtd; in ctf_add_function()
803 ctf_dtdef_t *dtd; in ctf_add_struct_sized()
843 ctf_dtdef_t *dtd; in ctf_add_union_sized()
[all …]
H A Dctf-types.c111 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 Dctf-impl.h190 } ctf_dtdef_t; typedef
683 extern int ctf_dtd_insert (ctf_dict_t *, ctf_dtdef_t *, int flag, int kind);
684 extern void ctf_dtd_delete (ctf_dict_t *, ctf_dtdef_t *);
685 extern ctf_dtdef_t *ctf_dtd_lookup (const ctf_dict_t *, ctf_id_t);
686 extern ctf_dtdef_t *ctf_dynamic_type (const ctf_dict_t *, ctf_id_t);
H A DChangeLog101 * ctf-impl.h (ctf_dtdef_t) <dtu_members>: Remove.
141 * ctf-impl.h (ctf_dtdef_t) <dtd_vlen_alloc>: New.
197 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_argv>: Remove.
206 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_arr>: Remove.
214 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_enc>: Remove.
H A Dctf-serialize.c728 ctf_dtdef_t *dtd; in ctf_type_sect_size()
793 ctf_dtdef_t *dtd; in ctf_emit_type_sect()
/dports/devel/gdb/gdb-11.1/libctf/
H A Dctf-create.c303 ctf_dtdef_t *
310 ctf_dtdef_t *
452 ctf_dtdef_t *dtd; in ctf_add_generic()
530 ctf_dtdef_t *dtd; in ctf_add_encoded()
567 ctf_dtdef_t *dtd; in ctf_add_reftype()
607 ctf_dtdef_t *dtd; in ctf_add_slice()
679 ctf_dtdef_t *dtd; in ctf_add_array()
745 ctf_dtdef_t *dtd; in ctf_add_function()
803 ctf_dtdef_t *dtd; in ctf_add_struct_sized()
843 ctf_dtdef_t *dtd; in ctf_add_union_sized()
[all …]
H A Dctf-types.c111 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 Dctf-impl.h190 } ctf_dtdef_t; typedef
683 extern int ctf_dtd_insert (ctf_dict_t *, ctf_dtdef_t *, int flag, int kind);
684 extern void ctf_dtd_delete (ctf_dict_t *, ctf_dtdef_t *);
685 extern ctf_dtdef_t *ctf_dtd_lookup (const ctf_dict_t *, ctf_id_t);
686 extern ctf_dtdef_t *ctf_dynamic_type (const ctf_dict_t *, ctf_id_t);
H A DChangeLog97 * ctf-impl.h (ctf_dtdef_t) <dtu_members>: Remove.
137 * ctf-impl.h (ctf_dtdef_t) <dtd_vlen_alloc>: New.
193 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_argv>: Remove.
202 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_arr>: Remove.
210 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_enc>: Remove.
H A Dctf-serialize.c728 ctf_dtdef_t *dtd; in ctf_type_sect_size()
793 ctf_dtdef_t *dtd; in ctf_emit_type_sect()
/dports/devel/gnulibiberty/binutils-2.37/libctf/
H A Dctf-create.c303 ctf_dtdef_t *
310 ctf_dtdef_t *
452 ctf_dtdef_t *dtd; in ctf_add_generic()
530 ctf_dtdef_t *dtd; in ctf_add_encoded()
567 ctf_dtdef_t *dtd; in ctf_add_reftype()
607 ctf_dtdef_t *dtd; in ctf_add_slice()
679 ctf_dtdef_t *dtd; in ctf_add_array()
745 ctf_dtdef_t *dtd; in ctf_add_function()
803 ctf_dtdef_t *dtd; in ctf_add_struct_sized()
843 ctf_dtdef_t *dtd; in ctf_add_union_sized()
[all …]
H A Dctf-types.c111 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 Dctf-impl.h190 } ctf_dtdef_t; typedef
683 extern int ctf_dtd_insert (ctf_dict_t *, ctf_dtdef_t *, int flag, int kind);
684 extern void ctf_dtd_delete (ctf_dict_t *, ctf_dtdef_t *);
685 extern ctf_dtdef_t *ctf_dtd_lookup (const ctf_dict_t *, ctf_id_t);
686 extern ctf_dtdef_t *ctf_dynamic_type (const ctf_dict_t *, ctf_id_t);
H A DChangeLog101 * ctf-impl.h (ctf_dtdef_t) <dtu_members>: Remove.
141 * ctf-impl.h (ctf_dtdef_t) <dtd_vlen_alloc>: New.
197 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_argv>: Remove.
206 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_arr>: Remove.
214 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_enc>: Remove.
H A Dctf-serialize.c728 ctf_dtdef_t *dtd; in ctf_type_sect_size()
793 ctf_dtdef_t *dtd; in ctf_emit_type_sect()
/dports/devel/binutils/binutils-2.37/libctf/
H A Dctf-create.c303 ctf_dtdef_t *
310 ctf_dtdef_t *
452 ctf_dtdef_t *dtd; in ctf_add_generic()
530 ctf_dtdef_t *dtd; in ctf_add_encoded()
567 ctf_dtdef_t *dtd; in ctf_add_reftype()
607 ctf_dtdef_t *dtd; in ctf_add_slice()
679 ctf_dtdef_t *dtd; in ctf_add_array()
745 ctf_dtdef_t *dtd; in ctf_add_function()
803 ctf_dtdef_t *dtd; in ctf_add_struct_sized()
843 ctf_dtdef_t *dtd; in ctf_add_union_sized()
[all …]
H A Dctf-types.c111 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 Dctf-impl.h190 } ctf_dtdef_t; typedef
683 extern int ctf_dtd_insert (ctf_dict_t *, ctf_dtdef_t *, int flag, int kind);
684 extern void ctf_dtd_delete (ctf_dict_t *, ctf_dtdef_t *);
685 extern ctf_dtdef_t *ctf_dtd_lookup (const ctf_dict_t *, ctf_id_t);
686 extern ctf_dtdef_t *ctf_dynamic_type (const ctf_dict_t *, ctf_id_t);
H A DChangeLog101 * ctf-impl.h (ctf_dtdef_t) <dtu_members>: Remove.
141 * ctf-impl.h (ctf_dtdef_t) <dtd_vlen_alloc>: New.
197 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_argv>: Remove.
206 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_arr>: Remove.
214 * ctf-impl.h (ctf_dtdef_t) <dtd_u.dtu_enc>: Remove.
H A Dctf-serialize.c728 ctf_dtdef_t *dtd; in ctf_type_sect_size()
793 ctf_dtdef_t *dtd; in ctf_emit_type_sect()

12