Lines Matching refs:local_acc
4825 const struct bpf_core_accessor *local_acc,
4843 local_id = local_acc->type_id;
4845 local_member = btf_members(local_type) + local_acc->idx;
4866 found = bpf_core_match_member(local_btf, local_acc,
4999 const struct bpf_core_accessor *local_acc;
5014 local_acc = &local_spec->spec[0];
5027 local_essent_len = bpf_core_essential_name_len(local_acc->name);
5034 if (strncmp(local_acc->name, targ_name, local_essent_len) == 0) {
5050 for (i = 0; i < local_spec->len; i++, local_acc++, targ_acc++) {
5056 if (local_acc->name) {
5058 local_acc,
5077 if (!flex && local_acc->idx >= a->nelems)
5089 targ_acc->idx = local_acc->idx;
5098 targ_spec->bit_offset += local_acc->idx * sz * 8;