Searched refs:BTF_VAR_SECINFO_ENC (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
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), 706 BTF_VAR_SECINFO_ENC(1, 0, 4), 730 BTF_VAR_SECINFO_ENC(3, 0, 4), 733 BTF_VAR_SECINFO_ENC(6, 0, 4), 758 BTF_VAR_SECINFO_ENC(3, 0, 4), [all …]
|
/linux/tools/testing/selftests/bpf/ |
A D | test_btf.h | 36 #define BTF_VAR_SECINFO_ENC(type, offset, size) \ macro
|
/linux/tools/lib/bpf/ |
A D | libbpf_internal.h | 71 #define BTF_VAR_SECINFO_ENC(type, offset, size) (type), (offset), (size) macro
|
A D | libbpf.c | 4435 BTF_VAR_SECINFO_ENC(2, 0, 4), in probe_kern_btf_datasec()
|
Completed in 30 milliseconds