Searched refs:btf_is_int (Results 1 – 10 of 10) sorted by relevance
47 ASSERT_EQ(btf_is_int(t), true, "int_kind"); in test_btf_split()
49 ASSERT_EQ(btf_is_int(t), true, "int_kind"); in test_split_simple()
466 btf_is_int(t) && (name = btf__name_by_offset(local_btf, t->name_off)) && in setup_type_id_case_local()475 btf_is_int(t) && (name = btf__name_by_offset(local_btf, t->name_off)) && in setup_type_id_case_local()
779 (btf_is_int(mt) && (btf_int_encoding(mt) & BTF_INT_SIGNED)); in bpf_core_calc_field_relo()932 if (btf_is_int(orig_t) && btf_is_int(new_t) && in bpf_core_calc_relo()
340 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int() function
2044 if (btf_is_int(elem_type)) { in btf_dump_array_data()2354 ischar = btf_is_int(elem_type) && elem_size == 1; in btf_dump_type_data_check_zero()
503 if (!btf_is_int(t)) in determine_ptr_size()
3725 if (btf_is_int(t) && btf_int_bits(t) == 32) in find_int_btf_id()
314 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int() function
227 if (!elem_type || !btf_is_int(elem_type) || elem_type->size != 1) in is_str_array()