Home
last modified time | relevance | path

Searched refs:btf_int_encoding (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf_write.c40 ASSERT_EQ(btf_int_encoding(t), BTF_INT_SIGNED, "int_enc"); in test_btf_write()
/Linux-v5.10/tools/lib/bpf/
Dbtf.h288 static inline __u8 btf_int_encoding(const struct btf_type *t) in btf_int_encoding() function
Dlibbpf.c3019 int enc = btf_int_encoding(t); in find_kcfg_type()
5145 (btf_int_encoding(mt) & BTF_INT_SIGNED); in bpf_core_calc_field_relo()
5313 btf_int_encoding(orig_t) != BTF_INT_SIGNED && in bpf_core_calc_relo()
5314 btf_int_encoding(new_t) != BTF_INT_SIGNED) in bpf_core_calc_relo()
/Linux-v5.10/tools/bpf/bpftool/
Dbtf_dumper.c194 if (btf_int_encoding(elem_type) != BTF_INT_CHAR && in is_str_array()