btf_kind_operations
static const struct btf_kind_operations int_ops = {
static const struct btf_kind_operations modifier_ops = {
static const struct btf_kind_operations ptr_ops = {
static const struct btf_kind_operations fwd_ops = {
const struct btf_kind_operations *elem_ops;
static const struct btf_kind_operations array_ops = {
const struct btf_kind_operations *ops;
static const struct btf_kind_operations struct_ops = {
static const struct btf_kind_operations enum_ops = {
static const struct btf_kind_operations enum64_ops = {
static const struct btf_kind_operations * const kind_ops[NR_BTF_KINDS];
static const struct btf_kind_operations func_proto_ops = {
static const struct btf_kind_operations func_ops = {
static const struct btf_kind_operations var_ops = {
static const struct btf_kind_operations datasec_ops = {
static const struct btf_kind_operations float_ops = {
static const struct btf_kind_operations decl_tag_ops = {
static const struct btf_kind_operations * const kind_ops[NR_BTF_KINDS] = {
static const struct btf_kind_operations *btf_type_ops(const struct btf_type *t)