Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c4993 struct bpf_core_spec *targ_spec) in bpf_core_spec_match() argument
5000 memset(targ_spec, 0, sizeof(*targ_spec)); in bpf_core_spec_match()
5001 targ_spec->btf = targ_btf; in bpf_core_spec_match()
5002 targ_spec->root_type_id = targ_id; in bpf_core_spec_match()
5003 targ_spec->relo_kind = local_spec->relo_kind; in bpf_core_spec_match()
5012 targ_acc = &targ_spec->spec[0]; in bpf_core_spec_match()
5020 targ_type = skip_mods_and_typedefs(targ_spec->btf, targ_id, &targ_id); in bpf_core_spec_match()
5027 targ_name = btf__name_by_offset(targ_spec->btf, e->name_off); in bpf_core_spec_match()
5035 targ_spec->len++; in bpf_core_spec_match()
5036 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx; in bpf_core_spec_match()
[all …]