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
754 static const struct btf_kind_operations *btf_type_ops(const struct btf_type *t) in btf_type_ops()
2487 static const struct btf_kind_operations int_ops = {
2811 static struct btf_kind_operations modifier_ops = {
2820 static struct btf_kind_operations ptr_ops = {
2861 static struct btf_kind_operations fwd_ops = {
3031 const struct btf_kind_operations *elem_ops; in __btf_array_show()
3112 static struct btf_kind_operations array_ops = {
4128 const struct btf_kind_operations *ops; in __btf_struct_show()
4194 static struct btf_kind_operations struct_ops = {
4362 static struct btf_kind_operations enum_ops = {
4465 static struct btf_kind_operations enum64_ops = {
4543 static struct btf_kind_operations func_proto_ops = {
4601 static struct btf_kind_operations func_ops = {
4665 static const struct btf_kind_operations var_ops = {
4817 static const struct btf_kind_operations datasec_ops = {
4892 static const struct btf_kind_operations float_ops = {
4996 static const struct btf_kind_operations decl_tag_ops = {
5128 static const struct btf_kind_operations * const kind_ops[NR_BTF_KINDS] = {