Searched refs:btf_dedup (Results 1 – 1 of 1) sorted by relevance
2634 struct btf_dedup;2636 static struct btf_dedup *btf_dedup_new(struct btf *btf, struct btf_ext *btf_ext,2638 static void btf_dedup_free(struct btf_dedup *d);2639 static int btf_dedup_strings(struct btf_dedup *d);2640 static int btf_dedup_prim_types(struct btf_dedup *d);2641 static int btf_dedup_struct_types(struct btf_dedup *d);2642 static int btf_dedup_ref_types(struct btf_dedup *d);2643 static int btf_dedup_compact_types(struct btf_dedup *d);2644 static int btf_dedup_remap_types(struct btf_dedup *d);2786 struct btf_dedup *d = btf_dedup_new(btf, btf_ext, opts); in btf__dedup()[all …]