Searched refs:BTF_MEMBER_ENC (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/tools/testing/selftests/bpf/ |
| D | test_btf.c | 81 #define BTF_MEMBER_ENC(name, type, bits_offset) \ macro 168 BTF_MEMBER_ENC(NAME_TBD, 2, 0), /* unsigned long long m;*/ 169 BTF_MEMBER_ENC(NAME_TBD, 1, 64),/* int n; */ 170 BTF_MEMBER_ENC(NAME_TBD, 3, 96),/* char o; */ 171 BTF_MEMBER_ENC(NAME_TBD, 4, 128),/* int p[8] */ 172 BTF_MEMBER_ENC(NAME_TBD, 6, 384),/* int q[4][8] */ 173 BTF_MEMBER_ENC(NAME_TBD, 7, 1408), /* enum E r */ 217 BTF_MEMBER_ENC(NAME_TBD, 1, 0), /* int m; */ 218 BTF_MEMBER_ENC(NAME_TBD, 2, 32),/* struct B n[4] */ 219 BTF_MEMBER_ENC(NAME_TBD, 8, 288),/* const Struct_B o[4];*/ [all …]
|