Home
last modified time | relevance | path

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

/external/libbpf/src/
Drelo_core.c332 __u32 targ_id) in bpf_core_fields_are_compat() argument
338 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in bpf_core_fields_are_compat()
374 targ_id = btf_array(targ_type)->type; in bpf_core_fields_are_compat()
400 __u32 targ_id, in bpf_core_match_member() argument
410 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in bpf_core_match_member()
449 targ_acc->type_id = targ_id; in bpf_core_match_member()
474 const struct btf *targ_btf, __u32 targ_id, in bpf_core_spec_match() argument
484 targ_spec->root_type_id = targ_id; in bpf_core_spec_match()
490 targ_btf, targ_id); in bpf_core_spec_match()
502 targ_type = skip_mods_and_typedefs(targ_spec->btf, targ_id, &targ_id); in bpf_core_spec_match()
[all …]
Drelo_core.h54 const struct btf *targ_btf, __u32 targ_id);
Dlibbpf.c5426 const struct btf *targ_btf, __u32 targ_id) in bpf_core_types_are_compat() argument
5433 targ_type = btf__type_by_id(targ_btf, targ_id); in bpf_core_types_are_compat()
5443 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in bpf_core_types_are_compat()
5464 targ_id = targ_type->type; in bpf_core_types_are_compat()
5468 targ_id = btf_array(targ_type)->type; in bpf_core_types_are_compat()
5482 skip_mods_and_typedefs(targ_btf, targ_p->type, &targ_id); in bpf_core_types_are_compat()
5483 err = bpf_core_types_are_compat(local_btf, local_id, targ_btf, targ_id); in bpf_core_types_are_compat()
5490 skip_mods_and_typedefs(targ_btf, targ_type->type, &targ_id); in bpf_core_types_are_compat()
5495 btf_kind_str(local_type), local_id, targ_id); in bpf_core_types_are_compat()