Searched refs:str_off_visit_fn (Results 1 - 2 of 2) sorted by relevance
/third_party/libbpf/src/ |
H A D | libbpf_internal.h | 549 typedef int (*str_off_visit_fn)(__u32 *str_off, void *ctx); typedef 551 int btf_type_visit_str_offs(struct btf_type *t, str_off_visit_fn visit, void *ctx); 553 int btf_ext_visit_str_offs(struct btf_ext *btf_ext, str_off_visit_fn visit, void *ctx);
|
H A D | btf.c | 3538 static int btf_for_each_str_off(struct btf_dedup *d, str_off_visit_fn fn, void *ctx) 5152 int btf_type_visit_str_offs(struct btf_type *t, str_off_visit_fn visit, void *ctx) 5240 int btf_ext_visit_str_offs(struct btf_ext *btf_ext, str_off_visit_fn visit, void *ctx)
|
Completed in 9 milliseconds