Lines Matching refs:targ_spec
1802 static int btfgen_record_field_relo(struct btfgen_info *info, struct bpf_core_spec *targ_spec)
1808 unsigned int type_id = targ_spec->root_type_id;
1818 for (int i = 1; i < targ_spec->raw_len; i++) {
1828 idx = targ_spec->raw_spec[i];
1957 static int btfgen_record_type_match_relo(struct btfgen_info *info, struct bpf_core_spec *targ_spec)
1959 return btfgen_mark_type_match(info, targ_spec->root_type_id, false);
1962 static int btfgen_record_type_relo(struct btfgen_info *info, struct bpf_core_spec *targ_spec)
1964 return btfgen_mark_type(info, targ_spec->root_type_id, true);
1967 static int btfgen_record_enumval_relo(struct btfgen_info *info, struct bpf_core_spec *targ_spec)
1969 return btfgen_mark_type(info, targ_spec->root_type_id, false);