Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c295 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(6, 10, 48),
[all …]
/linux/tools/testing/selftests/bpf/
H A Dtest_btf.h38 #define BTF_VAR_SECINFO_ENC(type, offset, size) \ macro
/linux/tools/lib/bpf/
H A Dfeatures.c143 BTF_VAR_SECINFO_ENC(2, 0, 4), in probe_kern_btf_datasec()
162 BTF_VAR_SECINFO_ENC(2, 0, 4), in probe_kern_btf_qmark_datasec()
H A Dlibbpf_internal.h86 #define BTF_VAR_SECINFO_ENC(type, offset, size) (type), (offset), (size) macro