Home
last modified time | relevance | path

Searched defs:btf_array (Results 1 – 4 of 4) 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.h522 static inline struct btf_array *btf_array(const struct btf_type *t) in btf_array() function
/linux/include/linux/
H A Dbtf.h475 static inline struct btf_array *btf_array(const struct btf_type *t) in btf_array() function