Lines Matching refs:btf_kind_operations
405 struct btf_kind_operations { struct
426 static const struct btf_kind_operations * const kind_ops[NR_BTF_KINDS]; argument
721 static const struct btf_kind_operations *btf_type_ops(const struct btf_type *t) in btf_type_ops()
2377 static const struct btf_kind_operations int_ops = {
2701 static struct btf_kind_operations modifier_ops = {
2710 static struct btf_kind_operations ptr_ops = {
2751 static struct btf_kind_operations fwd_ops = {
2921 const struct btf_kind_operations *elem_ops; in __btf_array_show()
3002 static struct btf_kind_operations array_ops = {
3540 const struct btf_kind_operations *ops; in __btf_struct_show()
3606 static struct btf_kind_operations struct_ops = {
3774 static struct btf_kind_operations enum_ops = {
3877 static struct btf_kind_operations enum64_ops = {
3955 static struct btf_kind_operations func_proto_ops = {
4013 static struct btf_kind_operations func_ops = {
4077 static const struct btf_kind_operations var_ops = {
4228 static const struct btf_kind_operations datasec_ops = {
4303 static const struct btf_kind_operations float_ops = {
4407 static const struct btf_kind_operations decl_tag_ops = {
4538 static const struct btf_kind_operations * const kind_ops[NR_BTF_KINDS] = {