Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dbtf_dump.c105 __u32 *decl_stack; member
252 free(d->decl_stack); in btf_dump__free()
1217 d->decl_stack = new_stack; in btf_dump_push_decl_stack_id()
1291 struct id_stack decl_stack; in btf_dump_emit_type_decl() local
1355 decl_stack.ids = d->decl_stack + stack_start; in btf_dump_emit_type_decl()
1374 while (decl_stack->cnt) { in btf_dump_emit_mods()
1375 id = decl_stack->ids[decl_stack->cnt - 1]; in btf_dump_emit_mods()
1391 decl_stack->cnt--; in btf_dump_emit_mods()
1400 while (decl_stack->cnt) { in btf_dump_drop_mods()
1401 id = decl_stack->ids[decl_stack->cnt - 1]; in btf_dump_drop_mods()
[all …]