Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dbtf_dump.c215 static int btf_dump_order_type(struct btf_dump *d, __u32 id, bool through_ptr);
422 static int btf_dump_order_type(struct btf_dump *d, __u32 id, bool through_ptr) in btf_dump_order_type() argument
448 if (btf_is_composite(t) && through_ptr && t->name_off != 0) in btf_dump_order_type()
465 return btf_dump_order_type(d, btf_array(t)->type, through_ptr); in btf_dump_order_type()
475 if (through_ptr && t->name_off != 0) in btf_dump_order_type()
514 is_strong = btf_dump_order_type(d, t->type, through_ptr); in btf_dump_order_type()
519 if (through_ptr && !is_strong) in btf_dump_order_type()
533 return btf_dump_order_type(d, t->type, through_ptr); in btf_dump_order_type()
539 err = btf_dump_order_type(d, t->type, through_ptr); in btf_dump_order_type()
546 err = btf_dump_order_type(d, p->type, through_ptr); in btf_dump_order_type()