Searched refs:BTF_VAR_SECINFO_ENC (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 298 BTF_VAR_SECINFO_ENC(6, 0, 48), 320 BTF_VAR_SECINFO_ENC(2, 0, 4), 342 BTF_VAR_SECINFO_ENC(2, 0, 4), 364 BTF_VAR_SECINFO_ENC(1, 0, 4), 389 BTF_VAR_SECINFO_ENC(2, 0, 4), 414 BTF_VAR_SECINFO_ENC(1, 0, 4), 451 BTF_VAR_SECINFO_ENC(6, 0, 47), 488 BTF_VAR_SECINFO_ENC(6, 0, 48), 525 BTF_VAR_SECINFO_ENC(6, 0, 46), 564 BTF_VAR_SECINFO_ENC( [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 295 BTF_VAR_SECINFO_ENC(6, 0, 48), 317 BTF_VAR_SECINFO_ENC(2, 0, 4), 339 BTF_VAR_SECINFO_ENC(2, 0, 4), 361 BTF_VAR_SECINFO_ENC(1, 0, 4), 386 BTF_VAR_SECINFO_ENC(2, 0, 4), 411 BTF_VAR_SECINFO_ENC(1, 0, 4), 448 BTF_VAR_SECINFO_ENC(6, 0, 47), 485 BTF_VAR_SECINFO_ENC(6, 0, 48), 522 BTF_VAR_SECINFO_ENC(6, 0, 46), 561 BTF_VAR_SECINFO_ENC( [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 36 #define BTF_VAR_SECINFO_ENC(type, offset, size) \ macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 38 #define BTF_VAR_SECINFO_ENC(type, offset, size) \ macro
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf_internal.h | 33 #define BTF_VAR_SECINFO_ENC(type, offset, size) (type), (offset), (size) macro
|
H A D | libbpf.c | 3900 BTF_VAR_SECINFO_ENC(2, 0, 4), in probe_kern_btf_datasec()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf_internal.h | 85 #define BTF_VAR_SECINFO_ENC(type, offset, size) (type), (offset), (size) macro
|
H A D | libbpf.c | 4655 BTF_VAR_SECINFO_ENC(2, 0, 4), in probe_kern_btf_datasec()
|
Completed in 35 milliseconds