Searched refs:BTF_INT_BOOL (Results 1 – 7 of 7) sorted by relevance
| /tools/include/uapi/linux/ |
| A D | btf.h | 100 #define BTF_INT_BOOL (1 << 2) macro
|
| /tools/testing/selftests/bpf/ |
| A D | btf_helpers.c | 48 case BTF_INT_BOOL: in btf_int_enc_str()
|
| /tools/bpf/bpftool/ |
| A D | btf_dumper.c | 454 case BTF_INT_BOOL: in btf_dumper_int()
|
| A D | btf.c | 72 case BTF_INT_BOOL: in btf_int_enc_str()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | btf.c | 7236 BTF_TYPE_INT_ENC(NAME_NTH(1), BTF_INT_BOOL, 0, 32, 8), 7260 BTF_TYPE_INT_ENC(NAME_NTH(1), BTF_INT_BOOL, 0, 32, 8),
|
| /tools/lib/bpf/ |
| A D | btf.c | 2078 if (encoding & ~(BTF_INT_SIGNED | BTF_INT_CHAR | BTF_INT_BOOL)) in btf__add_int()
|
| A D | libbpf.c | 4103 if (enc & BTF_INT_BOOL) in find_kcfg_type()
|
Completed in 50 milliseconds