Lines Matching defs:targ_spec
2165 static int btfgen_record_field_relo(struct btfgen_info *info, struct bpf_core_spec *targ_spec)
2171 unsigned int type_id = targ_spec->root_type_id;
2181 for (int i = 1; i < targ_spec->raw_len; i++) {
2191 idx = targ_spec->raw_spec[i];
2320 static int btfgen_record_type_match_relo(struct btfgen_info *info, struct bpf_core_spec *targ_spec)
2322 return btfgen_mark_type_match(info, targ_spec->root_type_id, false);
2325 static int btfgen_record_type_relo(struct btfgen_info *info, struct bpf_core_spec *targ_spec)
2327 return btfgen_mark_type(info, targ_spec->root_type_id, true);
2330 static int btfgen_record_enumval_relo(struct btfgen_info *info, struct bpf_core_spec *targ_spec)
2332 return btfgen_mark_type(info, targ_spec->root_type_id, false);