Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
Dbtf_helpers.c104 btf_int_enc_str(btf_int_encoding(t))); in fprintf_btf_type_raw()
/tools/lib/bpf/
Drelo_core.c660 (btf_int_encoding(mt) & BTF_INT_SIGNED); in bpf_core_calc_field_relo()
828 btf_int_encoding(orig_t) != BTF_INT_SIGNED && in bpf_core_calc_relo()
829 btf_int_encoding(new_t) != BTF_INT_SIGNED) in bpf_core_calc_relo()
Dbtf.h331 static inline __u8 btf_int_encoding(const struct btf_type *t) in btf_int_encoding() function
Dbtf_dump.c1761 __u8 encoding = btf_int_encoding(t); in btf_dump_int_data()
Dlibbpf.c3206 int enc = btf_int_encoding(t); in find_kcfg_type()
/tools/testing/selftests/bpf/prog_tests/
Dbtf_write.c39 ASSERT_EQ(btf_int_encoding(t), BTF_INT_SIGNED, "int_enc"); in test_btf_write()
/tools/bpf/bpftool/
Dbtf_dumper.c196 if (btf_int_encoding(elem_type) != BTF_INT_CHAR && in is_str_array()