Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.c2388 __u32 t_id, c_id; in btf_dedup_merge_hypot_map() local
2394 t_id = resolve_type_id(d, targ_type_id); in btf_dedup_merge_hypot_map()
2396 t_kind = btf_kind(d->btf->types[t_id]); in btf_dedup_merge_hypot_map()
2411 d->map[c_id] = t_id; in btf_dedup_merge_hypot_map()
2413 d->map[t_id] = c_id; in btf_dedup_merge_hypot_map()
2418 !is_type_mapped(d, t_id)) { in btf_dedup_merge_hypot_map()
2425 d->map[t_id] = c_id; in btf_dedup_merge_hypot_map()