Lines Matching defs:show

393 	void (*show)(const struct btf *btf, const struct btf_type *t,  member
827 static const char *btf_show_name(struct btf_show *show) in btf_show_name()
985 static const char *__btf_show_indent(struct btf_show *show) in __btf_show_indent()
995 static const char *btf_show_indent(struct btf_show *show) in btf_show_indent()
1000 static const char *btf_show_newline(struct btf_show *show) in btf_show_newline()
1005 static const char *btf_show_delim(struct btf_show *show) in btf_show_delim()
1017 __printf(2, 3) static void btf_show(struct btf_show *show, const char *fmt, ...) in btf_show()
1033 #define btf_show_type_value(show, fmt, value) \ argument
1047 #define btf_show_type_values(show, fmt, ...) \ argument
1058 static int btf_show_obj_size_left(struct btf_show *show, void *data) in btf_show_obj_size_left()
1064 static bool btf_show_obj_is_safe(struct btf_show *show, void *data, int size) in btf_show_obj_is_safe()
1076 static void *__btf_show_obj_safe(struct btf_show *show, void *data, int size) in __btf_show_obj_safe()
1111 static void *btf_show_obj_safe(struct btf_show *show, in btf_show_obj_safe()
1187 static void *btf_show_start_type(struct btf_show *show, in btf_show_start_type()
1198 static void btf_show_end_type(struct btf_show *show) in btf_show_end_type()
1205 static void *btf_show_start_aggr_type(struct btf_show *show, in btf_show_start_aggr_type()
1221 static void btf_show_end_aggr_type(struct btf_show *show, in btf_show_end_aggr_type()
1230 static void btf_show_start_member(struct btf_show *show, in btf_show_start_member()
1236 static void btf_show_start_array_member(struct btf_show *show) in btf_show_start_array_member()
1242 static void btf_show_end_member(struct btf_show *show) in btf_show_end_member()
1247 static void btf_show_end_array_member(struct btf_show *show) in btf_show_end_array_member()
1253 static void *btf_show_start_array_type(struct btf_show *show, in btf_show_start_array_type()
1264 static void btf_show_end_array_type(struct btf_show *show) in btf_show_end_array_type()
1271 static void *btf_show_start_struct_type(struct btf_show *show, in btf_show_start_struct_type()
1279 static void btf_show_end_struct_type(struct btf_show *show) in btf_show_end_struct_type()
1904 struct btf_show *show) in btf_df_show()
2079 static void btf_int128_print(struct btf_show *show, void *data) in btf_int128_print()
2146 u8 nr_bits, struct btf_show *show) in btf_bitfield_show()
2173 struct btf_show *show) in btf_int_bits_show()
2191 struct btf_show *show) in btf_int_show()
2532 u8 bits_offset, struct btf_show *show) in btf_modifier_show()
2544 struct btf_show *show) in btf_var_show()
2553 struct btf_show *show) in btf_ptr_show()
2792 struct btf_show *show) in __btf_array_show()
2845 struct btf_show *show) in btf_array_show()
3156 struct btf_show *show) in __btf_struct_show()
3203 struct btf_show *show) in btf_struct_show()
3374 struct btf_show *show) in btf_enum_show()
3718 struct btf_show *show) in btf_datasec_show()
5862 struct btf_show *show) in btf_type_show()
5873 static void btf_seq_show(struct btf_show *show, const char *fmt, in btf_seq_show()
5902 struct btf_show show; member
5907 static void btf_snprintf_show(struct btf_show *show, const char *fmt, in btf_snprintf_show()