Home
last modified time | relevance | path

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

/tools/lib/bpf/
Drelo_core.c449 struct bpf_core_spec *targ_spec) in bpf_core_spec_match() argument
456 memset(targ_spec, 0, sizeof(*targ_spec)); in bpf_core_spec_match()
457 targ_spec->btf = targ_btf; in bpf_core_spec_match()
458 targ_spec->root_type_id = targ_id; in bpf_core_spec_match()
459 targ_spec->relo_kind = local_spec->relo_kind; in bpf_core_spec_match()
468 targ_acc = &targ_spec->spec[0]; in bpf_core_spec_match()
476 targ_type = skip_mods_and_typedefs(targ_spec->btf, targ_id, &targ_id); in bpf_core_spec_match()
483 targ_name = btf__name_by_offset(targ_spec->btf, e->name_off); in bpf_core_spec_match()
491 targ_spec->len++; in bpf_core_spec_match()
492 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx; in bpf_core_spec_match()
[all …]