Searched refs:btf_type_kflag (Results 1 – 3 of 3) sorted by relevance
399 static inline bool btf_type_kflag(const struct btf_type *t) in btf_type_kflag() function407 return btf_type_kflag(struct_type) ? BTF_MEMBER_BIT_OFFSET(member->offset) in __btf_member_bit_offset()414 return btf_type_kflag(struct_type) ? BTF_MEMBER_BITFIELD_SIZE(member->offset) in __btf_member_bitfield_size()
879 if (btf_type_kflag(s)) { in btf_member_is_reg_int()1488 if (btf_type_kflag(struct_type)) in btf_verifier_log_member()2187 if (btf_type_kflag(t)) { in btf_int_check_meta()2520 if (btf_type_kflag(t)) { in btf_ref_type_check_meta()2795 btf_verifier_log(env, "%s", btf_type_kflag(t) ? "union" : "struct"); in btf_fwd_type_log()2861 if (btf_type_kflag(t)) { in btf_array_check_meta()3188 if (btf_type_kflag(v->t)) in btf_struct_resolve()3218 if (btf_type_kflag(v->t)) in btf_struct_resolve()4108 fmt_str = btf_type_kflag(t) ? "\t%s val=%d\n" : "\t%s val=%u\n"; in btf_enum_check_meta()4150 if (btf_type_kflag(t)) in btf_enum_show()[all …]
568 if (btf_type_kflag(type)) { in parse_btf_field()