Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dbtf_dump.c259 static int btf_dump_order_type(struct btf_dump *d, __u32 id, bool through_ptr);
470 static int btf_dump_order_type(struct btf_dump *d, __u32 id, bool through_ptr) in btf_dump_order_type() argument
496 if (btf_is_composite(t) && through_ptr && t->name_off != 0) in btf_dump_order_type()
524 if (through_ptr && t->name_off != 0) in btf_dump_order_type()
564 is_strong = btf_dump_order_type(d, t->type, through_ptr); in btf_dump_order_type()
569 if (through_ptr && !is_strong) in btf_dump_order_type()
584 return btf_dump_order_type(d, t->type, through_ptr); in btf_dump_order_type()
590 err = btf_dump_order_type(d, t->type, through_ptr); in btf_dump_order_type()
597 err = btf_dump_order_type(d, p->type, through_ptr); in btf_dump_order_type()