Searched refs:btf_type_kflag (Results 1 – 4 of 4) sorted by relevance
438 static inline bool btf_type_kflag(const struct btf_type *t) in btf_type_kflag() function446 return btf_type_kflag(struct_type) ? BTF_MEMBER_BIT_OFFSET(member->offset) in __btf_member_bit_offset()453 return btf_type_kflag(struct_type) ? BTF_MEMBER_BITFIELD_SIZE(member->offset) in __btf_member_bitfield_size()
1031 if (btf_type_kflag(s)) { in btf_member_is_reg_int()1640 if (btf_type_kflag(struct_type)) in btf_verifier_log_member()2390 if (btf_type_kflag(t)) { in btf_int_check_meta()2722 if (btf_type_kflag(t) && !btf_type_is_type_tag(t)) { in btf_ref_type_check_meta()2997 btf_verifier_log(env, "%s", btf_type_kflag(t) ? "union" : "struct"); in btf_fwd_type_log()3063 if (btf_type_kflag(t)) { in btf_array_check_meta()3390 if (btf_type_kflag(v->t)) in btf_struct_resolve()3420 if (btf_type_kflag(v->t)) in btf_struct_resolve()3503 if (!btf_type_is_type_tag(t) || btf_type_kflag(t)) in btf_type_tag_walk()4540 fmt_str = btf_type_kflag(t) ? "\t%s val=%d\n" : "\t%s val=%u\n"; in btf_enum_check_meta()[all …]
21 #define btf_kflag btf_type_kflag
656 if (btf_type_kflag(type)) { in get_bitoffset_of_field()