Home
last modified time | relevance | path

Searched refs:decl_stack (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dbtf_dump.c104 __u32 *decl_stack; member
251 free(d->decl_stack); in btf_dump__free()
644 struct id_stack *decl_stack,
1213 new_stack = libbpf_reallocarray(d->decl_stack, new_cap, sizeof(new_stack[0])); in btf_dump_push_decl_stack_id()
1216 d->decl_stack = new_stack; in btf_dump_push_decl_stack_id()
1220 d->decl_stack[d->decl_stack_cnt++] = id; in btf_dump_push_decl_stack_id()
1290 struct id_stack decl_stack; in btf_dump_emit_type_decl() local
1354 decl_stack.ids = d->decl_stack + stack_start; in btf_dump_emit_type_decl()
1355 decl_stack.cnt = d->decl_stack_cnt - stack_start; in btf_dump_emit_type_decl()
1356 btf_dump_emit_type_chain(d, &decl_stack, fname, lvl); in btf_dump_emit_type_decl()
[all …]