Home
last modified time | relevance | path

Searched refs:root_type_id (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/tools/lib/bpf/
Drelo_core.c280 spec->root_type_id = relo->type_id; in bpf_core_parse_spec()
569 targ_spec->root_type_id = targ_id; in bpf_core_spec_match()
575 local_spec->root_type_id, in bpf_core_spec_match()
579 local_spec->root_type_id, in bpf_core_spec_match()
821 *val = spec->root_type_id; in bpf_core_calc_type_relo()
833 sz = btf__resolve_size(spec->btf, spec->root_type_id); in bpf_core_calc_type_relo()
1174 type_id = spec->root_type_id; in bpf_core_format_spec()
1325 targ_res->orig_val = local_spec->root_type_id; in bpf_core_calc_relo_insn()
1326 targ_res->new_val = local_spec->root_type_id; in bpf_core_calc_relo_insn()
Drelo_core.h34 __u32 root_type_id; member
/linux-6.6.21/tools/bpf/bpftool/
Dgen.c1808 unsigned int type_id = targ_spec->root_type_id; in btfgen_record_field_relo()
1959 return btfgen_mark_type_match(info, targ_spec->root_type_id, false); in btfgen_record_type_match_relo()
1964 return btfgen_mark_type(info, targ_spec->root_type_id, true); in btfgen_record_type_relo()
1969 return btfgen_mark_type(info, targ_spec->root_type_id, false); in btfgen_record_enumval_relo()