decl_stack_cnt 77 tools/lib/bpf/btf_dump.c int decl_stack_cnt; decl_stack_cnt 987 tools/lib/bpf/btf_dump.c if (d->decl_stack_cnt >= d->decl_stack_cap) { decl_stack_cnt 997 tools/lib/bpf/btf_dump.c d->decl_stack[d->decl_stack_cnt++] = id; decl_stack_cnt 1050 tools/lib/bpf/btf_dump.c stack_start = d->decl_stack_cnt; decl_stack_cnt 1060 tools/lib/bpf/btf_dump.c d->decl_stack_cnt = stack_start; decl_stack_cnt 1105 tools/lib/bpf/btf_dump.c decl_stack.cnt = d->decl_stack_cnt - stack_start; decl_stack_cnt 1115 tools/lib/bpf/btf_dump.c d->decl_stack_cnt = stack_start;