Searched refs:btf_dedup (Results 1 – 1 of 1) sorted by relevance
2756 struct btf_dedup;2758 static struct btf_dedup *btf_dedup_new(struct btf *btf, struct btf_ext *btf_ext,2760 static void btf_dedup_free(struct btf_dedup *d);2761 static int btf_dedup_prep(struct btf_dedup *d);2762 static int btf_dedup_strings(struct btf_dedup *d);2763 static int btf_dedup_prim_types(struct btf_dedup *d);2764 static int btf_dedup_struct_types(struct btf_dedup *d);2765 static int btf_dedup_ref_types(struct btf_dedup *d);2766 static int btf_dedup_compact_types(struct btf_dedup *d);2767 static int btf_dedup_remap_types(struct btf_dedup *d);[all …]