Searched refs:BTF_INT_ENC (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_btf.h | 13 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro 17 BTF_INT_ENC(encoding, bits_offset, bits)
|
| D | test_btf.c | 2843 BTF_INT_ENC(0, 0, 32),
|
| /Linux-v5.4/tools/lib/bpf/ |
| D | libbpf_internal.h | 17 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro 21 BTF_INT_ENC(encoding, bits_offset, bits)
|
| D | libbpf.c | 1385 *(int *)(t + 1) = BTF_INT_ENC(0, 0, 8); in bpf_object__sanitize_btf()
|