Searched refs:ctftype (Results 1 – 3 of 3) sorted by relevance
97 ctf_calc_num_vbytes (ctf_dtdef_ref ctftype) in ctf_calc_num_vbytes() argument102 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() local242 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 …]
399 ctf_dtdef_ref ctftype = (ctf_dtdef_ref) * slot; in btf_dtd_postprocess_cb() local401 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()
91 ctf_dtu_d_union_selector (ctf_dtdef_ref ctftype) in ctf_dtu_d_union_selector() argument93 uint32_t kind = CTF_V2_INFO_KIND (ctftype->dtd_data.ctti_info); in ctf_dtu_d_union_selector()