Searched full:t_var (Results 1 – 2 of 2) sorted by relevance
236 const struct btf_type *t_var = btf__type_by_id(btf, vsi->type); in bpf_metadata_read_map_data() 237 const char *name = btf__name_by_offset(btf, t_var->name_off); in bpf_metadata_read_map_data() 321 const struct btf_type *t_var = btf__type_by_id(map->btf, in bpf_metadata_fill_event() 324 t_var->name_off); in bpf_metadata_fill_event() 338 BPF_METADATA_VALUE_LEN, t_var, in bpf_metadata_free_map_data() 228 const struct btf_type *t_var = btf__type_by_id(btf, vsi->type); bpf_metadata_read_map_data() local 313 const struct btf_type *t_var = btf__type_by_id(map->btf, bpf_metadata_fill_event() local
3486 const struct btf_type *t_var; in btf_fixup_datasec() local3491 t_var = btf__type_by_id(btf, vsi->type); in btf_fixup_datasec()3492 if (!t_var || !btf_is_var(t_var)) { in btf_fixup_datasec()3497 var = btf_var(t_var); in btf_fixup_datasec()3501 var_name = btf__name_by_offset(btf, t_var->name_off); in btf_fixup_datasec()