Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.c1994 __u32 cand_id; in btf_dedup_prim_type() local
2015 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
2016 cand = d->btf->types[cand_id]; in btf_dedup_prim_type()
2018 new_id = cand_id; in btf_dedup_prim_type()
2027 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
2028 cand = d->btf->types[cand_id]; in btf_dedup_prim_type()
2030 new_id = cand_id; in btf_dedup_prim_type()
2038 new_id = cand_id; in btf_dedup_prim_type()
2042 d->map[cand_id] = type_id; in btf_dedup_prim_type()
2050 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
[all …]
Dlibbpf.c3024 __u32 local_id, cand_id; in bpf_core_reloc_offset() local
3069 cand_id = cand_ids->data[i]; in bpf_core_reloc_offset()
3070 cand_type = btf__type_by_id(targ_btf, cand_id); in bpf_core_reloc_offset()
3074 cand_id, &cand_spec); in bpf_core_reloc_offset()