Searched refs:BTF_INT_BOOL (Results 1 – 7 of 7) sorted by relevance
/tools/include/uapi/linux/ |
D | btf.h | 99 #define BTF_INT_BOOL (1 << 2) macro
|
/tools/testing/selftests/bpf/ |
D | btf_helpers.c | 48 case BTF_INT_BOOL: in btf_int_enc_str()
|
/tools/bpf/bpftool/ |
D | btf_dumper.c | 454 case BTF_INT_BOOL: in btf_dumper_int()
|
D | btf.c | 55 case BTF_INT_BOOL: in btf_int_enc_str()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 7158 BTF_TYPE_INT_ENC(NAME_NTH(1), BTF_INT_BOOL, 0, 32, 8), 7182 BTF_TYPE_INT_ENC(NAME_NTH(1), BTF_INT_BOOL, 0, 32, 8),
|
/tools/lib/bpf/ |
D | btf.c | 1768 if (encoding & ~(BTF_INT_SIGNED | BTF_INT_CHAR | BTF_INT_BOOL)) in btf__add_int()
|
D | libbpf.c | 3665 if (enc & BTF_INT_BOOL) in find_kcfg_type()
|