Searched refs:local_spec (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/lib/bpf/ |
| D | libbpf.c | 2703 static int bpf_core_spec_match(struct bpf_core_spec *local_spec, in bpf_core_spec_match() argument 2715 local_acc = &local_spec->spec[0]; in bpf_core_spec_match() 2718 for (i = 0; i < local_spec->len; i++, local_acc++, targ_acc++) { in bpf_core_spec_match() 2725 matched = bpf_core_match_member(local_spec->btf, in bpf_core_spec_match() 3006 struct bpf_core_spec local_spec, cand_spec, targ_spec; in bpf_core_reloc_offset() local 3028 err = bpf_core_spec_parse(local_btf, local_id, spec_str, &local_spec); in bpf_core_reloc_offset() 3037 bpf_core_dump_spec(LIBBPF_DEBUG, &local_spec); in bpf_core_reloc_offset() 3060 err = bpf_core_spec_match(&local_spec, targ_btf, in bpf_core_reloc_offset() 3097 local_spec.offset, targ_spec.offset); in bpf_core_reloc_offset()
|