Lines Matching refs:btf_dedup

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);
2909 struct btf_dedup *d = btf_dedup_new(btf, btf_ext, opts); in btf__dedup()
2964 struct btf_dedup { struct
3008 static int btf_dedup_table_add(struct btf_dedup *d, long hash, __u32 type_id) in btf_dedup_table_add() argument
3014 static int btf_dedup_hypot_map_add(struct btf_dedup *d, in btf_dedup_hypot_map_add()
3031 static void btf_dedup_clear_hypot_map(struct btf_dedup *d) in btf_dedup_clear_hypot_map()
3041 static void btf_dedup_free(struct btf_dedup *d) in btf_dedup_free()
3073 static struct btf_dedup *btf_dedup_new(struct btf *btf, struct btf_ext *btf_ext, in btf_dedup_new()
3076 struct btf_dedup *d = calloc(1, sizeof(struct btf_dedup)); in btf_dedup_new()
3137 static int btf_for_each_str_off(struct btf_dedup *d, str_off_visit_fn fn, void *ctx) in btf_for_each_str_off()
3161 struct btf_dedup *d = ctx; in strs_dedup_remap_str_off()
3200 static int btf_dedup_strings(struct btf_dedup *d) in btf_dedup_strings()
3507 static int btf_dedup_prep(struct btf_dedup *d) in btf_dedup_prep()
3570 static int btf_dedup_prim_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_prim_type()
3654 static int btf_dedup_prim_types(struct btf_dedup *d) in btf_dedup_prim_types()
3669 static inline bool is_type_mapped(struct btf_dedup *d, uint32_t type_id) in is_type_mapped()
3679 static inline __u32 resolve_type_id(struct btf_dedup *d, __u32 type_id) in resolve_type_id()
3690 static uint32_t resolve_fwd_id(struct btf_dedup *d, uint32_t type_id) in resolve_fwd_id()
3713 static int btf_dedup_identical_arrays(struct btf_dedup *d, __u32 id1, __u32 id2) in btf_dedup_identical_arrays()
3818 static int btf_dedup_is_equiv(struct btf_dedup *d, __u32 cand_id, in btf_dedup_is_equiv()
3994 static void btf_dedup_merge_hypot_map(struct btf_dedup *d) in btf_dedup_merge_hypot_map()
4079 static int btf_dedup_struct_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_struct_type()
4137 static int btf_dedup_struct_types(struct btf_dedup *d) in btf_dedup_struct_types()
4173 static int btf_dedup_ref_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_ref_type()
4281 static int btf_dedup_ref_types(struct btf_dedup *d) in btf_dedup_ref_types()
4307 static int btf_dedup_compact_types(struct btf_dedup *d) in btf_dedup_compact_types()
4363 struct btf_dedup *d = ctx; in btf_dedup_remap_type_id()
4385 static int btf_dedup_remap_types(struct btf_dedup *d) in btf_dedup_remap_types()