Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/bpf/
Dbtf.c1999 __u32 cand_id; in btf_dedup_prim_type() local
2020 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
2021 cand = d->btf->types[cand_id]; in btf_dedup_prim_type()
2023 new_id = cand_id; in btf_dedup_prim_type()
2032 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
2033 cand = d->btf->types[cand_id]; in btf_dedup_prim_type()
2035 new_id = cand_id; in btf_dedup_prim_type()
2043 new_id = cand_id; in btf_dedup_prim_type()
2047 d->map[cand_id] = type_id; in btf_dedup_prim_type()
2055 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
[all …]
Dlibbpf.c3011 __u32 local_id, cand_id; in bpf_core_reloc_offset() local
3056 cand_id = cand_ids->data[i]; in bpf_core_reloc_offset()
3057 cand_type = btf__type_by_id(targ_btf, cand_id); in bpf_core_reloc_offset()
3061 cand_id, &cand_spec); in bpf_core_reloc_offset()