Searched refs:local_acc (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/lib/bpf/
H A Drelo_core.c482 const struct bpf_core_accessor *local_acc,
500 local_id = local_acc->type_id;
502 local_member = btf_members(local_type) + local_acc->idx;
523 found = bpf_core_match_member(local_btf, local_acc,
562 const struct bpf_core_accessor *local_acc; local
583 local_acc = &local_spec->spec[0];
595 local_essent_len = bpf_core_essential_name_len(local_acc->name);
607 if (strncmp(local_acc->name, targ_name, local_essent_len) == 0) {
623 for (i = 0; i < local_spec->len; i++, local_acc++, targ_acc++) {
629 if (local_acc
481 bpf_core_match_member(const struct btf *local_btf, const struct bpf_core_accessor *local_acc, const struct btf *targ_btf, __u32 targ_id, struct bpf_core_spec *spec, __u32 *next_targ_id) argument
[all...]

Completed in 111 milliseconds