Searched refs:btf_type_kflag (Results 1 – 4 of 4) sorted by relevance
429 static inline bool btf_type_kflag(const struct btf_type *t) in btf_type_kflag() function437 return btf_type_kflag(struct_type) ? BTF_MEMBER_BIT_OFFSET(member->offset) in __btf_member_bit_offset()444 return btf_type_kflag(struct_type) ? BTF_MEMBER_BITFIELD_SIZE(member->offset) in __btf_member_bitfield_size()
901 if (btf_type_kflag(s)) { in btf_member_is_reg_int()2246 if (btf_type_kflag(t)) { in btf_int_check_meta()2920 if (btf_type_kflag(t)) { in btf_array_check_meta()3247 if (btf_type_kflag(v->t)) in btf_struct_resolve()4400 if (btf_type_kflag(t)) in btf_enum_show()4503 if (btf_type_kflag(t)) in btf_enum64_show()4537 if (btf_type_kflag(t)) { in btf_func_proto_check_meta()4621 if (btf_type_kflag(t)) { in btf_func_check_meta()4674 if (btf_type_kflag(t)) { in btf_var_check_meta()4740 if (btf_type_kflag(t)) { in btf_datasec_check_meta()[all …]
21 #define btf_kflag btf_type_kflag
578 if (btf_type_kflag(type)) { in parse_btf_field()