Searched refs:BTF_MEMBER_ENC (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 120 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/ |
D | libbpf_probes.c | 191 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()
|
D | libbpf_internal.h | 31 #define BTF_MEMBER_ENC(name, type, bits_offset) (name), (type), (bits_offset) macro
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | test_btf.h | 39 #define BTF_MEMBER_ENC(name, type, bits_offset) \ macro
|
D | test_verifier.c | 534 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; */
|