Lines Matching refs:btf_kind_operations
443 struct btf_kind_operations { struct
464 static const struct btf_kind_operations * const kind_ops[NR_BTF_KINDS]; argument
751 static const struct btf_kind_operations *btf_type_ops(const struct btf_type *t) in btf_type_ops()
2501 static const struct btf_kind_operations int_ops = {
2825 static const struct btf_kind_operations modifier_ops = {
2834 static const struct btf_kind_operations ptr_ops = {
2875 static const struct btf_kind_operations fwd_ops = {
3045 const struct btf_kind_operations *elem_ops; in __btf_array_show()
3126 static const struct btf_kind_operations array_ops = {
4192 const struct btf_kind_operations *ops; in __btf_struct_show()
4258 static const struct btf_kind_operations struct_ops = {
4426 static const struct btf_kind_operations enum_ops = {
4529 static const struct btf_kind_operations enum64_ops = {
4607 static const struct btf_kind_operations func_proto_ops = {
4665 static const struct btf_kind_operations func_ops = {
4729 static const struct btf_kind_operations var_ops = {
4881 static const struct btf_kind_operations datasec_ops = {
4956 static const struct btf_kind_operations float_ops = {
5055 static const struct btf_kind_operations decl_tag_ops = {
5187 static const struct btf_kind_operations * const kind_ops[NR_BTF_KINDS] = {