Lines Matching refs:jsonw_uint_field
116 jsonw_uint_field(w, "id", id); in dump_btf_type()
132 jsonw_uint_field(w, "size", t->size); in dump_btf_type()
133 jsonw_uint_field(w, "bits_offset", BTF_INT_OFFSET(v)); in dump_btf_type()
134 jsonw_uint_field(w, "nr_bits", BTF_INT_BITS(v)); in dump_btf_type()
149 jsonw_uint_field(w, "type_id", t->type); in dump_btf_type()
157 jsonw_uint_field(w, "type_id", arr->type); in dump_btf_type()
158 jsonw_uint_field(w, "index_type_id", arr->index_type); in dump_btf_type()
159 jsonw_uint_field(w, "nr_elems", arr->nelems); in dump_btf_type()
173 jsonw_uint_field(w, "size", t->size); in dump_btf_type()
174 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
195 jsonw_uint_field(w, "type_id", m->type); in dump_btf_type()
196 jsonw_uint_field(w, "bits_offset", bit_off); in dump_btf_type()
198 jsonw_uint_field(w, "bitfield_size", in dump_btf_type()
219 jsonw_uint_field(w, "size", t->size); in dump_btf_type()
220 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
232 jsonw_uint_field(w, "val", v->val); in dump_btf_type()
256 jsonw_uint_field(w, "type_id", t->type); in dump_btf_type()
269 jsonw_uint_field(w, "ret_type_id", t->type); in dump_btf_type()
270 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
282 jsonw_uint_field(w, "type_id", p->type); in dump_btf_type()
299 jsonw_uint_field(w, "type_id", t->type); in dump_btf_type()
313 jsonw_uint_field(w, "size", t->size); in dump_btf_type()
314 jsonw_uint_field(w, "vlen", vlen); in dump_btf_type()
323 jsonw_uint_field(w, "type_id", v->type); in dump_btf_type()
324 jsonw_uint_field(w, "offset", v->offset); in dump_btf_type()
325 jsonw_uint_field(w, "size", v->size); in dump_btf_type()
345 jsonw_uint_field(w, "size", t->size); in dump_btf_type()
821 jsonw_uint_field(json_wtr, "id", info->id); in show_btf_json()
822 jsonw_uint_field(json_wtr, "size", info->btf_size); in show_btf_json()