Searched refs:BTF_INT_CHAR (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/tools/include/uapi/linux/ |
D | btf.h | 98 #define BTF_INT_CHAR (1 << 1) macro
|
/Linux-v6.6/include/uapi/linux/ |
D | btf.h | 98 #define BTF_INT_CHAR (1 << 1) macro
|
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | btf_helpers.c | 46 case BTF_INT_CHAR: in btf_int_enc_str()
|
/Linux-v6.6/tools/bpf/bpftool/ |
D | btf_dumper.c | 230 if (btf_int_encoding(elem_type) != BTF_INT_CHAR && in is_str_array() 444 case BTF_INT_CHAR: in btf_dumper_int()
|
D | btf.c | 53 case BTF_INT_CHAR: in btf_int_enc_str()
|
/Linux-v6.6/kernel/bpf/ |
D | btf.c | 701 else if (encoding == BTF_INT_CHAR) in btf_int_encoding_str() 2221 encoding != BTF_INT_CHAR && in btf_int_check_meta() 2397 if (show->state.array_encoding == BTF_INT_CHAR) { in btf_int_show() 2989 encoding = BTF_INT_CHAR; in __btf_array_show()
|
/Linux-v6.6/Documentation/bpf/ |
D | btf.rst | 144 #define BTF_INT_CHAR (1 << 1)
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 7161 BTF_TYPE_INT_ENC(NAME_NTH(1), BTF_INT_CHAR, 0, 32, 8), 7185 BTF_TYPE_INT_ENC(NAME_NTH(1), BTF_INT_CHAR, 0, 32, 8),
|
/Linux-v6.6/tools/lib/bpf/ |
D | btf.c | 1768 if (encoding & ~(BTF_INT_SIGNED | BTF_INT_CHAR | BTF_INT_BOOL)) in btf__add_int()
|