Searched refs:str_off_visit_fn (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h513 typedef int (*str_off_visit_fn)(__u32 *str_off, void *ctx); typedef
515 int btf_type_visit_str_offs(struct btf_type *t, str_off_visit_fn visit, void *ctx);
517 int btf_ext_visit_str_offs(struct btf_ext *btf_ext, str_off_visit_fn visit, void *ctx);
H A Dbtf.c3451 static int btf_for_each_str_off(struct btf_dedup *d, str_off_visit_fn fn, void *ctx)
5079 int btf_type_visit_str_offs(struct btf_type *t, str_off_visit_fn visit, void *ctx)
5167 int btf_ext_visit_str_offs(struct btf_ext *btf_ext, str_off_visit_fn visit, void *ctx)

Completed in 269 milliseconds