Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
Dtest_btf.c158 BTF_MEMBER_ENC(NAME_TBD, 2, 0), /* unsigned long long m;*/
159 BTF_MEMBER_ENC(NAME_TBD, 1, 64),/* int n; */
160 BTF_MEMBER_ENC(NAME_TBD, 3, 96),/* char o; */
161 BTF_MEMBER_ENC(NAME_TBD, 4, 128),/* int p[8] */
162 BTF_MEMBER_ENC(NAME_TBD, 6, 384),/* int q[4][8] */
163 BTF_MEMBER_ENC(NAME_TBD, 7, 1408), /* enum E r */
207 BTF_MEMBER_ENC(NAME_TBD, 1, 0), /* int m; */
208 BTF_MEMBER_ENC(NAME_TBD, 2, 32),/* struct B n[4] */
209 BTF_MEMBER_ENC(NAME_TBD, 8, 288),/* const Struct_B o[4];*/
214 BTF_MEMBER_ENC(NAME_TBD, 1, 0), /* int m; */
[all …]
Dtest_btf.h39 #define BTF_MEMBER_ENC(name, type, bits_offset) \ macro
Dtest_verifier.c530 BTF_MEMBER_ENC(15, 1, 0), /* int val; */
533 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */
534 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */
/tools/lib/bpf/
Dlibbpf_probes.c182 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ in load_sk_storage_btf()
185 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ in load_sk_storage_btf()
186 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ in load_sk_storage_btf()
Dlibbpf_internal.h22 #define BTF_MEMBER_ENC(name, type, bits_offset) (name), (type), (bits_offset) macro
/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()