Lines Matching refs:btf_kind_operations
264 struct btf_kind_operations { struct
281 static const struct btf_kind_operations * const kind_ops[NR_BTF_KINDS]; argument
418 static const struct btf_kind_operations *btf_type_ops(const struct btf_type *t) in btf_type_ops()
1073 static const struct btf_kind_operations int_ops = {
1273 static struct btf_kind_operations modifier_ops = {
1281 static struct btf_kind_operations ptr_ops = {
1308 static struct btf_kind_operations fwd_ops = {
1464 const struct btf_kind_operations *elem_ops; in btf_array_seq_show()
1483 static struct btf_kind_operations array_ops = {
1663 const struct btf_kind_operations *ops; in btf_struct_seq_show()
1675 static struct btf_kind_operations struct_ops = {
1775 static struct btf_kind_operations enum_ops = {
1783 static const struct btf_kind_operations * const kind_ops[NR_BTF_KINDS] = {