Home
last modified time | relevance | path

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

/linux-6.14.4/tools/lib/bpf/
Dbtf.c3297 struct btf_dedup;
3299 static struct btf_dedup *btf_dedup_new(struct btf *btf, const struct btf_dedup_opts *opts);
3300 static void btf_dedup_free(struct btf_dedup *d);
3301 static int btf_dedup_prep(struct btf_dedup *d);
3302 static int btf_dedup_strings(struct btf_dedup *d);
3303 static int btf_dedup_prim_types(struct btf_dedup *d);
3304 static int btf_dedup_struct_types(struct btf_dedup *d);
3305 static int btf_dedup_ref_types(struct btf_dedup *d);
3306 static int btf_dedup_resolve_fwds(struct btf_dedup *d);
3307 static int btf_dedup_compact_types(struct btf_dedup *d);
[all …]