Searched refs:BTF_MEMBER_ENC (Results 1 – 6 of 6) sorted by relevance
/tools/testing/selftests/bpf/ |
D | test_btf.c | 158 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 …]
|
D | test_btf.h | 39 #define BTF_MEMBER_ENC(name, type, bits_offset) \ macro
|
D | test_verifier.c | 530 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/ |
D | libbpf_probes.c | 182 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()
|
D | libbpf_internal.h | 22 #define BTF_MEMBER_ENC(name, type, bits_offset) (name), (type), (bits_offset) macro
|
/tools/testing/selftests/bpf/map_tests/ |
D | sk_storage_map.c | 121 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()
|