targ_spec        2713 tools/lib/bpf/libbpf.c 			       struct bpf_core_spec *targ_spec)
targ_spec        2720 tools/lib/bpf/libbpf.c 	memset(targ_spec, 0, sizeof(*targ_spec));
targ_spec        2721 tools/lib/bpf/libbpf.c 	targ_spec->btf = targ_btf;
targ_spec        2724 tools/lib/bpf/libbpf.c 	targ_acc = &targ_spec->spec[0];
targ_spec        2727 tools/lib/bpf/libbpf.c 		targ_type = skip_mods_and_typedefs(targ_spec->btf, targ_id,
targ_spec        2736 tools/lib/bpf/libbpf.c 							targ_spec, &targ_id);
targ_spec        2759 tools/lib/bpf/libbpf.c 			if (targ_spec->raw_len == BPF_CORE_SPEC_MAX_LEN)
targ_spec        2765 tools/lib/bpf/libbpf.c 			targ_spec->len++;
targ_spec        2766 tools/lib/bpf/libbpf.c 			targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx;
targ_spec        2767 tools/lib/bpf/libbpf.c 			targ_spec->raw_len++;
targ_spec        2772 tools/lib/bpf/libbpf.c 			targ_spec->offset += local_acc->idx * sz;
targ_spec        3014 tools/lib/bpf/libbpf.c 	struct bpf_core_spec local_spec, cand_spec, targ_spec;
targ_spec        3083 tools/lib/bpf/libbpf.c 			targ_spec = cand_spec;
targ_spec        3084 tools/lib/bpf/libbpf.c 		} else if (cand_spec.offset != targ_spec.offset) {
targ_spec        3090 tools/lib/bpf/libbpf.c 				   targ_spec.offset);
targ_spec        3105 tools/lib/bpf/libbpf.c 				  local_spec.offset, targ_spec.offset);