Lines Matching defs:show
383 void (*show)(const struct btf *btf, const struct btf_type *t, member
763 static const char *btf_show_name(struct btf_show *show) in btf_show_name()
921 static const char *__btf_show_indent(struct btf_show *show) in __btf_show_indent()
931 static const char *btf_show_indent(struct btf_show *show) in btf_show_indent()
936 static const char *btf_show_newline(struct btf_show *show) in btf_show_newline()
941 static const char *btf_show_delim(struct btf_show *show) in btf_show_delim()
953 __printf(2, 3) static void btf_show(struct btf_show *show, const char *fmt, ...) in btf_show()
969 #define btf_show_type_value(show, fmt, value) \ argument
983 #define btf_show_type_values(show, fmt, ...) \ argument
994 static int btf_show_obj_size_left(struct btf_show *show, void *data) in btf_show_obj_size_left()
1000 static bool btf_show_obj_is_safe(struct btf_show *show, void *data, int size) in btf_show_obj_is_safe()
1012 static void *__btf_show_obj_safe(struct btf_show *show, void *data, int size) in __btf_show_obj_safe()
1047 static void *btf_show_obj_safe(struct btf_show *show, in btf_show_obj_safe()
1123 static void *btf_show_start_type(struct btf_show *show, in btf_show_start_type()
1134 static void btf_show_end_type(struct btf_show *show) in btf_show_end_type()
1141 static void *btf_show_start_aggr_type(struct btf_show *show, in btf_show_start_aggr_type()
1157 static void btf_show_end_aggr_type(struct btf_show *show, in btf_show_end_aggr_type()
1166 static void btf_show_start_member(struct btf_show *show, in btf_show_start_member()
1172 static void btf_show_start_array_member(struct btf_show *show) in btf_show_start_array_member()
1178 static void btf_show_end_member(struct btf_show *show) in btf_show_end_member()
1183 static void btf_show_end_array_member(struct btf_show *show) in btf_show_end_array_member()
1189 static void *btf_show_start_array_type(struct btf_show *show, in btf_show_start_array_type()
1200 static void btf_show_end_array_type(struct btf_show *show) in btf_show_end_array_type()
1207 static void *btf_show_start_struct_type(struct btf_show *show, in btf_show_start_struct_type()
1215 static void btf_show_end_struct_type(struct btf_show *show) in btf_show_end_struct_type()
1811 struct btf_show *show) in btf_df_show()
1986 static void btf_int128_print(struct btf_show *show, void *data) in btf_int128_print()
2053 u8 nr_bits, struct btf_show *show) in btf_bitfield_show()
2080 struct btf_show *show) in btf_int_bits_show()
2098 struct btf_show *show) in btf_int_show()
2439 u8 bits_offset, struct btf_show *show) in btf_modifier_show()
2451 struct btf_show *show) in btf_var_show()
2460 struct btf_show *show) in btf_ptr_show()
2699 struct btf_show *show) in __btf_array_show()
2752 struct btf_show *show) in btf_array_show()
3014 struct btf_show *show) in __btf_struct_show()
3061 struct btf_show *show) in btf_struct_show()
3232 struct btf_show *show) in btf_enum_show()
3582 struct btf_show *show) in btf_datasec_show()
5336 struct btf_show *show) in btf_type_show()
5347 static void btf_seq_show(struct btf_show *show, const char *fmt, in btf_seq_show()
5376 struct btf_show show; member
5381 static void btf_snprintf_show(struct btf_show *show, const char *fmt, in btf_snprintf_show()