Searched refs:BTF_INT_ENC (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 15 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro 19 BTF_INT_ENC(encoding, bits_offset, bits)
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | syscall.c | 24 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro 28 BTF_INT_ENC(encoding, bits_offset, bits)
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf_internal.h | 78 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro 82 BTF_INT_ENC(encoding, bits_offset, bits)
|
H A D | libbpf.c | 2735 *(int *)(t + 1) = BTF_INT_ENC(0, 0, 8); in bpf_object__sanitize_btf()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 2872 BTF_INT_ENC(0, 0, 32),
|