Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
A Dbtf.c3076 __u32 *hypot_map; member
3120 d->hypot_map[from_id] = to_id; in btf_dedup_hypot_map_add()
3142 free(d->hypot_map); in btf_dedup_free()
3143 d->hypot_map = NULL; in btf_dedup_free()
3210 if (!d->hypot_map) { in btf_dedup_new()
3215 d->hypot_map[i] = BTF_UNPROCESSED_ID; in btf_dedup_new()
3929 hypot_type_id = d->hypot_map[canon_id]; in btf_dedup_is_equiv()
4428 d->hypot_map[0] = 0; in btf_dedup_compact_types()
4431 d->hypot_map[id] = id; in btf_dedup_compact_types()
4433 d->hypot_map[id] = BTF_UNPROCESSED_ID; in btf_dedup_compact_types()
[all …]

Completed in 11 milliseconds