Home
last modified time | relevance | path

Searched refs:BTF_VAR_SECINFO_ENC (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf.c298 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(6, 10, 48),
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_btf.h36 #define BTF_VAR_SECINFO_ENC(type, offset, size) \ macro
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf_internal.h33 #define BTF_VAR_SECINFO_ENC(type, offset, size) (type), (offset), (size) macro
Dlibbpf.c3895 BTF_VAR_SECINFO_ENC(2, 0, 4), in probe_kern_btf_datasec()