Searched refs:new_type_id (Results 1 – 2 of 2) sorted by relevance
765 __u32 new_type_id; member789 res->orig_type_id = res->new_type_id = 0; in bpf_core_calc_relo()797 &res->new_type_id, NULL); in bpf_core_calc_relo()809 new_t = btf__type_by_id(targ_spec->btf, res->new_type_id); in bpf_core_calc_relo()
4476 __u32 resolved_type_id, new_type_id; in btf_dedup_remap_type_id() local4479 new_type_id = d->hypot_map[resolved_type_id]; in btf_dedup_remap_type_id()4480 if (new_type_id > BTF_MAX_NR_TYPES) in btf_dedup_remap_type_id()4483 *type_id = new_type_id; in btf_dedup_remap_type_id()
Completed in 14 milliseconds