Searched refs:targ_spec (Results 1 - 1 of 1) sorted by relevance
/third_party/libbpf/src/ |
H A D | relo_core.c | 559 struct bpf_core_spec *targ_spec) in bpf_core_spec_match() 567 memset(targ_spec, 0, sizeof(*targ_spec)); in bpf_core_spec_match() 568 targ_spec->btf = targ_btf; in bpf_core_spec_match() 569 targ_spec->root_type_id = targ_id; in bpf_core_spec_match() 570 targ_spec->relo_kind = local_spec->relo_kind; in bpf_core_spec_match() 584 targ_acc = &targ_spec->spec[0]; in bpf_core_spec_match() 591 targ_type = skip_mods_and_typedefs(targ_spec->btf, targ_id, &targ_id); in bpf_core_spec_match() 603 targ_name = btf__name_by_offset(targ_spec->btf, name_off); in bpf_core_spec_match() 611 targ_spec in bpf_core_spec_match() 557 bpf_core_spec_match(struct bpf_core_spec *local_spec, const struct btf *targ_btf, __u32 targ_id, struct bpf_core_spec *targ_spec) bpf_core_spec_match() argument 879 bpf_core_calc_relo(const char *prog_name, const struct bpf_core_relo *relo, int relo_idx, const struct bpf_core_spec *local_spec, const struct bpf_core_spec *targ_spec, struct bpf_core_relo_res *res) bpf_core_calc_relo() argument 1290 struct bpf_core_spec *targ_spec = &specs_scratch[2]; bpf_core_calc_relo_insn() local [all...] |
Completed in 2 milliseconds