Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/bpf/
Drelo_core.c779 (btf_int_encoding(mt) & BTF_INT_SIGNED); in bpf_core_calc_field_relo()
933 btf_int_encoding(orig_t) != BTF_INT_SIGNED && in bpf_core_calc_relo()
934 btf_int_encoding(new_t) != BTF_INT_SIGNED) in bpf_core_calc_relo()
1632 local_sgn = btf_int_encoding(local_t) & BTF_INT_SIGNED; in __bpf_core_types_match()
1633 targ_sgn = btf_int_encoding(targ_t) & BTF_INT_SIGNED; in __bpf_core_types_match()
Dbtf.h464 static inline __u8 btf_int_encoding(const struct btf_type *t) in btf_int_encoding() function
Dbtf_dump.c1766 __u8 encoding = btf_int_encoding(t); in btf_dump_int_data()
Dlibbpf.c3577 int enc = btf_int_encoding(t); in find_kcfg_type()
/linux-6.1.9/tools/testing/selftests/bpf/
Dbtf_helpers.c107 btf_int_enc_str(btf_int_encoding(t))); in fprintf_btf_type_raw()
/linux-6.1.9/include/linux/
Dbtf.h276 static inline u8 btf_int_encoding(const struct btf_type *t) in btf_int_encoding() function
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dbtf_write.c36 ASSERT_EQ(btf_int_encoding(t), BTF_INT_SIGNED, "int_enc"); in gen_btf()
/linux-6.1.9/tools/bpf/bpftool/
Dbtf_dumper.c230 if (btf_int_encoding(elem_type) != BTF_INT_CHAR && in is_str_array()