Searched refs:btf_type_kflag (Results 1 – 4 of 4) sorted by relevance
426 static inline bool btf_type_kflag(const struct btf_type *t) in btf_type_kflag() function434 return btf_type_kflag(struct_type) ? BTF_MEMBER_BIT_OFFSET(member->offset) in __btf_member_bit_offset()441 return btf_type_kflag(struct_type) ? BTF_MEMBER_BITFIELD_SIZE(member->offset) in __btf_member_bitfield_size()
900 if (btf_type_kflag(s)) { in btf_member_is_reg_int()1509 if (btf_type_kflag(struct_type)) in btf_verifier_log_member()2245 if (btf_type_kflag(t)) { in btf_int_check_meta()2578 if (btf_type_kflag(t)) { in btf_ref_type_check_meta()2853 btf_verifier_log(env, "%s", btf_type_kflag(t) ? "union" : "struct"); in btf_fwd_type_log()2919 if (btf_type_kflag(t)) { in btf_array_check_meta()3246 if (btf_type_kflag(v->t)) in btf_struct_resolve()3276 if (btf_type_kflag(v->t)) in btf_struct_resolve()4332 fmt_str = btf_type_kflag(t) ? "\t%s val=%d\n" : "\t%s val=%u\n"; in btf_enum_check_meta()4374 if (btf_type_kflag(t)) in btf_enum_show()[all …]
21 #define btf_kflag btf_type_kflag
569 if (btf_type_kflag(type)) { in parse_btf_field()