Home
last modified time | relevance | path

Searched defs:btf_array (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dbtf.h111 /* BTF_KIND_ARRAY is followed by one "struct btf_array" */ struct
112 struct btf_array { argument
113 index_typebtf_array global() argument
114 nelemsbtf_array global() argument
/linux/tools/include/uapi/linux/
H A Dbtf.h111 /* BTF_KIND_ARRAY is followed by one "struct btf_array" */ struct
112 struct btf_array { argument
113 index_typebtf_array global() argument
114 nelemsbtf_array global() argument
/linux/tools/lib/bpf/
H A Dbtf.h518 static inline struct btf_array *btf_array(const struct btf_type *t) btf_array() function