Searched refs:BTF_INT_ENC (Results 1 – 5 of 5) sorted by relevance
| /tools/testing/selftests/bpf/ |
| A D | test_btf.h | 15 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro 19 BTF_INT_ENC(encoding, bits_offset, bits)
|
| /tools/testing/selftests/bpf/progs/ |
| A D | syscall.c | 31 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro 35 BTF_INT_ENC(encoding, bits_offset, bits)
|
| /tools/lib/bpf/ |
| A D | libbpf_internal.h | 80 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro 84 BTF_INT_ENC(encoding, bits_offset, bits)
|
| A D | libbpf.c | 3141 *(int *)(t + 1) = BTF_INT_ENC(0, 0, 8); in bpf_object__sanitize_btf()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | btf.c | 2872 BTF_INT_ENC(0, 0, 32),
|
Completed in 40 milliseconds