Lines Matching refs:btf_kind_operations
442 struct btf_kind_operations { struct
463 static const struct btf_kind_operations * const kind_ops[NR_BTF_KINDS]; argument
750 static const struct btf_kind_operations *btf_type_ops(const struct btf_type *t) in btf_type_ops()
2483 static const struct btf_kind_operations int_ops = {
2807 static const struct btf_kind_operations modifier_ops = {
2816 static const struct btf_kind_operations ptr_ops = {
2857 static const struct btf_kind_operations fwd_ops = {
3027 const struct btf_kind_operations *elem_ops; in __btf_array_show()
3108 static const struct btf_kind_operations array_ops = {
4173 const struct btf_kind_operations *ops; in __btf_struct_show()
4239 static const struct btf_kind_operations struct_ops = {
4407 static const struct btf_kind_operations enum_ops = {
4510 static const struct btf_kind_operations enum64_ops = {
4588 static const struct btf_kind_operations func_proto_ops = {
4646 static const struct btf_kind_operations func_ops = {
4710 static const struct btf_kind_operations var_ops = {
4862 static const struct btf_kind_operations datasec_ops = {
4937 static const struct btf_kind_operations float_ops = {
5036 static const struct btf_kind_operations decl_tag_ops = {
5168 static const struct btf_kind_operations * const kind_ops[NR_BTF_KINDS] = {