Lines Matching refs:btf_kind_operations
367 struct btf_kind_operations { struct
388 static const struct btf_kind_operations * const kind_ops[NR_BTF_KINDS]; argument
596 static const struct btf_kind_operations *btf_type_ops(const struct btf_type *t) in btf_type_ops()
2170 static const struct btf_kind_operations int_ops = {
2486 static struct btf_kind_operations modifier_ops = {
2495 static struct btf_kind_operations ptr_ops = {
2536 static struct btf_kind_operations fwd_ops = {
2706 const struct btf_kind_operations *elem_ops; in __btf_array_show()
2787 static struct btf_kind_operations array_ops = {
3031 const struct btf_kind_operations *ops; in __btf_struct_show()
3097 static struct btf_kind_operations struct_ops = {
3265 static struct btf_kind_operations enum_ops = {
3343 static struct btf_kind_operations func_proto_ops = {
3386 static struct btf_kind_operations func_ops = {
3450 static const struct btf_kind_operations var_ops = {
3606 static const struct btf_kind_operations datasec_ops = {
3732 static const struct btf_kind_operations * const kind_ops[NR_BTF_KINDS] = {