Home
last modified time | relevance | path

Searched refs:ctftype (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dctfout.cc97 ctf_calc_num_vbytes (ctf_dtdef_ref ctftype) in ctf_calc_num_vbytes() argument
102 uint32_t kind = CTF_V2_INFO_KIND (ctftype->dtd_data.ctti_info); in ctf_calc_num_vbytes()
103 uint32_t vlen = CTF_V2_INFO_VLEN (ctftype->dtd_data.ctti_info); in ctf_calc_num_vbytes()
131 for (farg = ctftype->dtd_u.dtu_argv; in ctf_calc_num_vbytes()
149 size = ctftype->dtd_data.ctti_size; in ctf_calc_num_vbytes()
155 for (dmd = ctftype->dtd_u.dtu_members; in ctf_calc_num_vbytes()
238 ctf_dtdef_ref ctftype = (ctf_dtdef_ref) *slot; in ctf_dtd_preprocess_cb() local
242 size_t index = ctftype->dtd_type; in ctf_dtd_preprocess_cb()
248 arg_ctfc->ctfc_types_list[index] = ctftype; in ctf_dtd_preprocess_cb()
252 kind = CTF_V2_INFO_KIND (ctftype->dtd_data.ctti_info); in ctf_dtd_preprocess_cb()
[all …]
Dbtfout.cc399 ctf_dtdef_ref ctftype = (ctf_dtdef_ref) * slot; in btf_dtd_postprocess_cb() local
401 size_t index = ctftype->dtd_type; in btf_dtd_postprocess_cb()
406 ctf_kind = CTF_V2_INFO_KIND (ctftype->dtd_data.ctti_info); in btf_dtd_postprocess_cb()
411 holes.safe_push (ctftype->dtd_type); in btf_dtd_postprocess_cb()
413 else if (btf_kind == BTF_KIND_INT && ctftype->dtd_data.ctti_size == 0) in btf_dtd_postprocess_cb()
416 voids.safe_push (ctftype->dtd_type); in btf_dtd_postprocess_cb()
417 holes.safe_push (ctftype->dtd_type); in btf_dtd_postprocess_cb()
420 arg_ctfc->ctfc_types_list[index] = ctftype; in btf_dtd_postprocess_cb()
Dctfc.cc91 ctf_dtu_d_union_selector (ctf_dtdef_ref ctftype) in ctf_dtu_d_union_selector() argument
93 uint32_t kind = CTF_V2_INFO_KIND (ctftype->dtd_data.ctti_info); in ctf_dtu_d_union_selector()