Searched refs:str_off_visit_fn (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/tools/lib/bpf/ |
D | libbpf_internal.h | 471 typedef int (*str_off_visit_fn)(__u32 *str_off, void *ctx); typedef 473 int btf_type_visit_str_offs(struct btf_type *t, str_off_visit_fn visit, void *ctx); 475 int btf_ext_visit_str_offs(struct btf_ext *btf_ext, str_off_visit_fn visit, void *ctx);
|
D | btf.c | 3328 static int btf_for_each_str_off(struct btf_dedup *d, str_off_visit_fn fn, void *ctx) in btf_for_each_str_off() 4784 int btf_type_visit_str_offs(struct btf_type *t, str_off_visit_fn visit, void *ctx) in btf_type_visit_str_offs() 4862 int btf_ext_visit_str_offs(struct btf_ext *btf_ext, str_off_visit_fn visit, void *ctx) in btf_ext_visit_str_offs()
|