Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dbtf_dump.c541 int is_strong; in btf_dump_order_type() local
543 is_strong = btf_dump_order_type(d, t->type, through_ptr); in btf_dump_order_type()
544 if (is_strong < 0) in btf_dump_order_type()
545 return is_strong; in btf_dump_order_type()
548 if (through_ptr && !is_strong) in btf_dump_order_type()
566 bool is_strong; in btf_dump_order_type() local
571 is_strong = err > 0; in btf_dump_order_type()
579 is_strong = true; in btf_dump_order_type()
581 return is_strong; in btf_dump_order_type()