Home
last modified time | relevance | path

Searched refs:btf_type_is_array (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dbtf.h379 static inline bool btf_type_is_array(const struct btf_type *t) in btf_type_is_array() function
/openbmc/linux/kernel/bpf/
H A Dbtf.c671 btf_type_is_array(t) || in btf_type_needs_resolve()
1783 !btf_type_is_array(next_type) && in env_type_is_resolve_sink()
1823 else if (btf_type_is_struct(t) || btf_type_is_array(t)) in env_stack_push()
1988 } else if (btf_type_is_array(size_type)) { in btf_type_id_size()
2003 else if (btf_type_is_array(size_type)) in btf_type_id_size()
5040 if (btf_type_is_array(t)) { in btf_resolve_valid()
6173 if (!btf_type_is_array(mtype)) in btf_struct_walk()
6263 if (btf_type_is_array(mtype)) { in btf_struct_walk()
H A Dverifier.c10646 if (btf_type_is_array(member_type)) { in __btf_type_is_scalar_struct()