Searched refs:btf_show_start_type (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | btf.c | 1287 static void *btf_show_start_type(struct btf_show *show, in btf_show_start_type() function 1309 void *safe_data = btf_show_start_type(show, t, type_id, data); in btf_show_start_aggr_type() 2364 safe_data = btf_show_start_type(show, t, type_id, data); in btf_int_show() 2730 safe_data = btf_show_start_type(show, t, type_id, data); in btf_ptr_show() 3935 safe_data = btf_show_start_type(show, member_type, in __btf_struct_show() 4132 safe_data = btf_show_start_type(show, t, type_id, data); in btf_enum_show() 4235 safe_data = btf_show_start_type(show, t, type_id, data); in btf_enum64_show() 4597 if (!btf_show_start_type(show, t, type_id, data)) in btf_datasec_show()
|