Home
last modified time | relevance | path

Searched refs:BTF_MEMBER_ENC (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf.c120 BTF_MEMBER_ENC(NAME_TBD, 2, 0), /* unsigned long long m;*/
121 BTF_MEMBER_ENC(NAME_TBD, 1, 64),/* int n; */
122 BTF_MEMBER_ENC(NAME_TBD, 3, 96),/* char o; */
123 BTF_MEMBER_ENC(NAME_TBD, 4, 128),/* int p[8] */
124 BTF_MEMBER_ENC(NAME_TBD, 6, 384),/* int q[4][8] */
125 BTF_MEMBER_ENC(NAME_TBD, 7, 1408), /* enum E r */
169 BTF_MEMBER_ENC(NAME_TBD, 1, 0), /* int m; */
170 BTF_MEMBER_ENC(NAME_TBD, 2, 32),/* struct B n[4] */
171 BTF_MEMBER_ENC(NAME_TBD, 8, 288),/* const Struct_B o[4];*/
176 BTF_MEMBER_ENC(NAME_TBD, 1, 0), /* int m; */
[all …]
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf_probes.c191 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ in load_local_storage_btf()
194 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ in load_local_storage_btf()
195 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ in load_local_storage_btf()
Dlibbpf_internal.h31 #define BTF_MEMBER_ENC(name, type, bits_offset) (name), (type), (bits_offset) macro
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/map_tests/
Dsk_storage_map.c121 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ in load_btf()
124 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ in load_btf()
125 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ in load_btf()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_btf.h39 #define BTF_MEMBER_ENC(name, type, bits_offset) \ macro
Dtest_verifier.c534 BTF_MEMBER_ENC(15, 1, 0), /* int val; */
537 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */
538 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */