Searched refs:BTF_INT_ENCODING (Results 1 – 9 of 9) sorted by relevance
92 #define BTF_INT_ENCODING(VAL) (((VAL) & 0x0f000000) >> 24) macro
251 return BTF_INT_ENCODING(*(u32 *)(t + 1)); in btf_int_encoding()
466 return BTF_INT_ENCODING(*(__u32 *)(t + 1)); in btf_int_encoding()
327 return !(BTF_INT_ENCODING(intdata) & BTF_INT_SIGNED) in btf_type_is_char_ptr()346 return !(BTF_INT_ENCODING(intdata) & BTF_INT_SIGNED) in btf_type_is_char_array()405 if (BTF_INT_ENCODING(intdata) & BTF_INT_SIGNED) { in fetch_type_from_btf_type()
137 #define BTF_INT_ENCODING(VAL) (((VAL) & 0x0f000000) >> 24)141 The ``BTF_INT_ENCODING`` has the following attributes::147 The ``BTF_INT_ENCODING()`` provides extra information: signedness, char, or
417 switch (BTF_INT_ENCODING(*int_type)) { in btf_dumper_int()
123 enc = btf_int_enc_str(BTF_INT_ENCODING(v)); in dump_btf_type()
2218 encoding = BTF_INT_ENCODING(int_data); in btf_int_check_meta()2241 btf_int_encoding_str(BTF_INT_ENCODING(int_data))); in btf_int_log()2359 u8 encoding = BTF_INT_ENCODING(int_data); in btf_int_show()2981 encoding = BTF_INT_ENCODING(int_type); in __btf_array_show()