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

/linux-master/tools/lib/bpf/
H A Drelo_core.h34 __u32 root_type_id; member in struct:bpf_core_spec
H A Drelo_core.c280 spec->root_type_id = relo->type_id;
569 targ_spec->root_type_id = targ_id;
575 local_spec->root_type_id,
579 local_spec->root_type_id,
821 *val = spec->root_type_id;
833 sz = btf__resolve_size(spec->btf, spec->root_type_id);
1174 type_id = spec->root_type_id;
1325 targ_res->orig_val = local_spec->root_type_id;
1326 targ_res->new_val = local_spec->root_type_id;
/linux-master/tools/bpf/bpftool/
H A Dgen.c2062 unsigned int type_id = targ_spec->root_type_id;
2213 return btfgen_mark_type_match(info, targ_spec->root_type_id, false);
2218 return btfgen_mark_type(info, targ_spec->root_type_id, true);
2223 return btfgen_mark_type(info, targ_spec->root_type_id, false);

Completed in 155 milliseconds