Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.c3597 __u32 new_id = type_id; in btf_dedup_prim_type() local
3622 new_id = cand_id; in btf_dedup_prim_type()
3634 new_id = cand_id; in btf_dedup_prim_type()
3642 new_id = cand_id; in btf_dedup_prim_type()
3658 new_id = cand_id; in btf_dedup_prim_type()
3668 d->map[type_id] = new_id; in btf_dedup_prim_type()
3669 if (type_id == new_id && btf_dedup_table_add(d, h, type_id)) in btf_dedup_prim_type()
4144 __u32 new_id = type_id; in btf_dedup_struct_type() local
4186 new_id = cand_id; in btf_dedup_struct_type()
4190 d->map[type_id] = new_id; in btf_dedup_struct_type()
[all …]
Dlinker.c2220 int new_id = id_map[*type_id]; in remap_type_id() local
2223 if (new_id == 0 && *type_id != 0) { in remap_type_id()
2355 int new_id = obj->btf_type_map[src_var->type]; in linker_append_btf() local
2358 t = btf_type_by_id(linker->btf, new_id); in linker_append_btf()