Searched refs:btf_type_kflag (Results 1 – 4 of 4) sorted by relevance
420 static inline bool btf_type_kflag(const struct btf_type *t) in btf_type_kflag() function428 return btf_type_kflag(struct_type) ? BTF_MEMBER_BIT_OFFSET(member->offset) in __btf_member_bit_offset()435 return btf_type_kflag(struct_type) ? BTF_MEMBER_BITFIELD_SIZE(member->offset) in __btf_member_bitfield_size()
905 if (btf_type_kflag(s)) { in btf_member_is_reg_int()2250 if (btf_type_kflag(t)) { in btf_int_check_meta()2583 if (btf_type_kflag(t)) { in btf_ref_type_check_meta()2924 if (btf_type_kflag(t)) { in btf_array_check_meta()4355 if (btf_type_kflag(t)) in btf_enum_show()4458 if (btf_type_kflag(t)) in btf_enum64_show()4492 if (btf_type_kflag(t)) { in btf_func_proto_check_meta()4576 if (btf_type_kflag(t)) { in btf_func_check_meta()4629 if (btf_type_kflag(t)) { in btf_var_check_meta()4695 if (btf_type_kflag(t)) { in btf_datasec_check_meta()[all …]
21 #define btf_kflag btf_type_kflag
569 if (btf_type_kflag(type)) { in parse_btf_field()
Completed in 30 milliseconds