Lines Matching refs:targ_acc
4873 struct bpf_core_accessor *targ_acc;
4875 targ_acc = &spec->spec[spec->len++];
4876 targ_acc->type_id = targ_id;
4877 targ_acc->idx = i;
4878 targ_acc->name = targ_name;
5000 struct bpf_core_accessor *targ_acc;
5015 targ_acc = &targ_spec->spec[0];
5035 targ_acc->type_id = targ_id;
5036 targ_acc->idx = i;
5037 targ_acc->name = targ_name;
5039 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx;
5050 for (i = 0; i < local_spec->len; i++, local_acc++, targ_acc++) {
5076 flex = is_flex_arr(targ_btf, targ_acc - 1, a);
5088 targ_acc->type_id = targ_id;
5089 targ_acc->idx = local_acc->idx;
5090 targ_acc->name = NULL;
5092 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx;