• Home
  • Raw
  • Download

Lines Matching refs:btf_dedup

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()
2836 struct btf_dedup { struct
2884 static int btf_dedup_table_add(struct btf_dedup *d, long hash, __u32 type_id) in btf_dedup_table_add()
2890 static int btf_dedup_hypot_map_add(struct btf_dedup *d, in btf_dedup_hypot_map_add()
2907 static void btf_dedup_clear_hypot_map(struct btf_dedup *d) in btf_dedup_clear_hypot_map()
2916 static void btf_dedup_free(struct btf_dedup *d) in btf_dedup_free()
2948 static struct btf_dedup *btf_dedup_new(struct btf *btf, struct btf_ext *btf_ext, in btf_dedup_new()
2951 struct btf_dedup *d = calloc(1, sizeof(struct btf_dedup)); in btf_dedup_new()
3013 static int btf_for_each_str_off(struct btf_dedup *d, str_off_fn_t fn, void *ctx) in btf_for_each_str_off()
3172 static int btf_dedup_strings(struct btf_dedup *d) in btf_dedup_strings()
3556 static int btf_dedup_prim_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_prim_type()
3639 static int btf_dedup_prim_types(struct btf_dedup *d) in btf_dedup_prim_types()
3654 static inline bool is_type_mapped(struct btf_dedup *d, uint32_t type_id) in is_type_mapped()
3664 static inline __u32 resolve_type_id(struct btf_dedup *d, __u32 type_id) in resolve_type_id()
3675 static uint32_t resolve_fwd_id(struct btf_dedup *d, uint32_t type_id) in resolve_fwd_id()
3790 static int btf_dedup_is_equiv(struct btf_dedup *d, __u32 cand_id, in btf_dedup_is_equiv()
3953 static void btf_dedup_merge_hypot_map(struct btf_dedup *d) in btf_dedup_merge_hypot_map()
4021 static int btf_dedup_struct_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_struct_type()
4077 static int btf_dedup_struct_types(struct btf_dedup *d) in btf_dedup_struct_types()
4113 static int btf_dedup_ref_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_ref_type()
4221 static int btf_dedup_ref_types(struct btf_dedup *d) in btf_dedup_ref_types()
4247 static int btf_dedup_compact_types(struct btf_dedup *d) in btf_dedup_compact_types()
4296 static int btf_dedup_remap_type_id(struct btf_dedup *d, __u32 type_id) in btf_dedup_remap_type_id()
4317 static int btf_dedup_remap_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_remap_type()
4410 static int btf_dedup_remap_types(struct btf_dedup *d) in btf_dedup_remap_types()