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