Searched refs:BTF_MEMBER_ENC (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 118 BTF_MEMBER_ENC(NAME_TBD, 2, 0), /* unsigned long long m;*/ 119 BTF_MEMBER_ENC(NAME_TBD, 1, 64),/* int n; */ 120 BTF_MEMBER_ENC(NAME_TBD, 3, 96),/* char o; */ 121 BTF_MEMBER_ENC(NAME_TBD, 4, 128),/* int p[8] */ 122 BTF_MEMBER_ENC(NAME_TBD, 6, 384),/* int q[4][8] */ 123 BTF_MEMBER_ENC(NAME_TBD, 7, 1408), /* enum E r */ 167 BTF_MEMBER_ENC(NAME_TBD, 1, 0), /* int m; */ 168 BTF_MEMBER_ENC(NAME_TBD, 2, 32),/* struct B n[4] */ 169 BTF_MEMBER_ENC(NAME_TBD, 8, 288),/* const Struct_B o[4];*/ 174 BTF_MEMBER_ENC(NAME_TBD, 1, 0), /* int m; */ [all …]
|
/linux-5.19.10/tools/lib/bpf/ |
D | libbpf_probes.c | 234 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ in load_local_storage_btf() 237 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ in load_local_storage_btf() 238 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ in load_local_storage_btf()
|
D | libbpf_internal.h | 69 #define BTF_MEMBER_ENC(name, type, bits_offset) (name), (type), (bits_offset) macro
|
/linux-5.19.10/tools/testing/selftests/bpf/ |
D | test_verifier.c | 639 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ 642 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ 643 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ 648 BTF_MEMBER_ENC(41, 4, 0), /* struct bpf_timer t; */ 662 BTF_MEMBER_ENC(71, 11, 0), /* struct prog_test_ref_kfunc __kptr *ptr; */ 663 BTF_MEMBER_ENC(71, 12, 64), /* struct prog_test_ref_kfunc __kptr_ref *ptr; */ 664 BTF_MEMBER_ENC(71, 13, 128), /* struct prog_test_member __kptr_ref *ptr; */
|
D | test_btf.h | 39 #define BTF_MEMBER_ENC(name, type, bits_offset) \ macro
|
/linux-5.19.10/tools/testing/selftests/bpf/map_tests/ |
D | sk_storage_map.c | 117 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ in load_btf() 120 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ in load_btf() 121 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ in load_btf()
|