a_struct
.struct_sz = sizeof(struct a_struct),
.struct_sz = sizeof(struct a_struct),
struct a_struct f1;
struct a_struct f1;
struct a_struct * restrict a;
typedef struct a_struct named_struct_typedef;
struct a_struct f1;
out->struct_exists = bpf_core_type_exists(struct a_struct);
out->struct_matches = bpf_core_type_matches(struct a_struct);
out->struct_sz = bpf_core_type_size(struct a_struct);
struct a_struct *a;
typedef struct a_struct named_struct_typedef;
out->targ_struct = bpf_core_type_id_kernel(struct a_struct);
typedef struct a_struct named_struct_typedef;
struct a_struct t1 = {};
out->local_struct = bpf_core_type_id_local(struct a_struct);