Searched refs:btf_dedup (Results 1 – 1 of 1) sorted by relevance
1070 struct btf_dedup;1072 static struct btf_dedup *btf_dedup_new(struct btf *btf, struct btf_ext *btf_ext,1074 static void btf_dedup_free(struct btf_dedup *d);1075 static int btf_dedup_strings(struct btf_dedup *d);1076 static int btf_dedup_prim_types(struct btf_dedup *d);1077 static int btf_dedup_struct_types(struct btf_dedup *d);1078 static int btf_dedup_ref_types(struct btf_dedup *d);1079 static int btf_dedup_compact_types(struct btf_dedup *d);1080 static int btf_dedup_remap_types(struct btf_dedup *d);1222 struct btf_dedup *d = btf_dedup_new(btf, btf_ext, opts); in btf__dedup()[all …]