Lines Matching defs:btf_dump
55 struct btf_dump { struct
58 btf_dump_printf_fn_t printf_fn; argument
59 struct btf_dump_opts opts; argument
62 struct btf_dump_type_aux_state *type_states; argument
64 const char **cached_names;
67 __u32 *emit_queue;
68 int emit_queue_cap;
69 int emit_queue_cnt;
75 __u32 *decl_stack;
76 int decl_stack_cap;
77 int decl_stack_cnt;
80 struct hashmap *type_names;
105 static const char *btf_name_of(const struct btf_dump *d, __u32 name_off) in btf_name_of() argument