Searched refs:ctf_dmdef_t (Results 1 – 9 of 9) sorted by relevance
105 ctf_dmdef_t * dmd; in ctf_calc_num_vbytes()156 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd)) in ctf_calc_num_vbytes()412 ctf_asm_sou_lmember (ctf_dmdef_t * dmd) in ctf_asm_sou_lmember()425 ctf_asm_sou_member (ctf_dmdef_t * dmd) in ctf_asm_sou_member()435 ctf_asm_enum_const (ctf_dmdef_t * dmd) in ctf_asm_enum_const()641 ctf_dmdef_t * dmd; in output_asm_ctf_sou_fields()644 void (*ctf_asm_sou_field_func) (ctf_dmdef_t *); in output_asm_ctf_sou_fields()656 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd)) in output_asm_ctf_sou_fields()670 ctf_dmdef_t * dmd; in output_asm_ctf_enum_list()673 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd)) in output_asm_ctf_enum_list()
543 btf_dmd_representable_bitfield_p (ctf_container_ref ctfc, ctf_dmdef_t *dmd) in btf_dmd_representable_bitfield_p()596 ctf_dmdef_t *dmd; in btf_asm_type()598 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd)) in btf_asm_type()673 btf_asm_sou_member (ctf_container_ref ctfc, ctf_dmdef_t * dmd) in btf_asm_sou_member()712 btf_asm_enum_const (ctf_dmdef_t * dmd) in btf_asm_enum_const()863 ctf_dmdef_t * dmd; in output_asm_btf_sou_fields()866 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd)) in output_asm_btf_sou_fields()876 ctf_dmdef_t * dmd; in output_asm_btf_enum_list()879 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd)) in output_asm_btf_enum_list()
220 ctf_dmd_list_append (ctf_dmdef_t ** dmd, ctf_dmdef_t * elem) in ctf_dmd_list_append()222 ctf_dmdef_t * tail = (dmd && *dmd) ? *dmd : NULL; in ctf_dmd_list_append()617 ctf_dmdef_t * dmd; in ctf_add_enumerator()642 dmd = ggc_cleared_alloc<ctf_dmdef_t> (); in ctf_add_enumerator()666 ctf_dmdef_t * dmd; in ctf_add_member_offset()680 dmd = ggc_cleared_alloc<ctf_dmdef_t> (); in ctf_add_member_offset()
138 } ctf_dmdef_t; typedef140 #define ctf_dmd_list_next(elem) ((ctf_dmdef_t *)((elem)->dmd_next))167 ctf_dmdef_t * GTY ((tag ("CTF_DTU_D_MEMBERS"))) dtu_members;
99 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_smembers()122 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_lmembers()147 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_emembers()164 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_membnames()491 ctf_dmdef_t *dmd, *nmd; in ctf_dtd_delete()520 ctf_free(dmd, sizeof (ctf_dmdef_t)); in ctf_dtd_delete()999 ctf_dmdef_t *dmd; in ctf_add_enumerator()1029 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL) in ctf_add_enumerator()1033 ctf_free(dmd, sizeof (ctf_dmdef_t)); in ctf_add_enumerator()1055 ctf_dmdef_t *dmd; in ctf_add_member()[all …]
145 } ctf_dmdef_t; typedef
226 ctf_dmdef_t * dmd; in bpf_core_get_sou_member_index()228 dmd != NULL; dmd = (ctf_dmdef_t *) ctf_dmd_list_next (dmd)) in bpf_core_get_sou_member_index()
182 (ctf_dmdef_t): Remove.
203 (ctf_dmdef_t): Remove.