Searched refs:btf_var (Results 1 – 10 of 10) sorted by relevance
294 static inline struct btf_var *btf_var(const struct btf_type *t) in btf_var() function296 return (struct btf_var *)(t + 1); in btf_var()
171 return base_size + sizeof(struct btf_var); in btf_type_size()513 const struct btf_var *var; in btf_fixup_datasec()531 var = btf_var(t_var); in btf_fixup_datasec()
1079 const struct btf_var *var_extra; in bpf_object__init_user_btf_map()1087 var_extra = btf_var(var); in bpf_object__init_user_btf_map()
151 struct btf_var { struct
426 const struct btf_var *var; in __btf_dumper_type_only()491 var = (struct btf_var *)(t + 1); in __btf_dumper_type_only()
267 const struct btf_var *v = (const void *)(t + 1); in dump_btf_type()
508 static const struct btf_var *btf_type_var(const struct btf_type *t) in btf_type_var()510 return (const struct btf_var *)(t + 1); in btf_type_var()2577 const struct btf_var *var; in btf_var_check_meta()2623 const struct btf_var *var = btf_type_var(t); in btf_var_log()
413 struct btf_var {417 ``struct btf_var`` encoding:
6698 return base_size + sizeof(struct btf_var); in btf_type_size()