Home
last modified time | relevance | path

Searched refs:hypot_map (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/tools/lib/bpf/
Dbtf.c3126 __u32 *hypot_map; member
3169 d->hypot_map[from_id] = to_id; in btf_dedup_hypot_map_add()
3178 d->hypot_map[d->hypot_list[i]] = BTF_UNPROCESSED_ID; in btf_dedup_clear_hypot_map()
3191 free(d->hypot_map); in btf_dedup_free()
3192 d->hypot_map = NULL; in btf_dedup_free()
3255 d->hypot_map = malloc(sizeof(__u32) * type_cnt); in btf_dedup_new()
3256 if (!d->hypot_map) { in btf_dedup_new()
3261 d->hypot_map[i] = BTF_UNPROCESSED_ID; in btf_dedup_new()
4034 hypot_type_id = d->hypot_map[canon_id]; in btf_dedup_is_equiv()
4213 targ_type_id = d->hypot_map[canon_type_id]; in btf_dedup_merge_hypot_map()
[all …]