Searched refs:BTF_MEMBER_ENC (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 117 BTF_MEMBER_ENC(NAME_TBD, 2, 0), /* unsigned long long m;*/ 118 BTF_MEMBER_ENC(NAME_TBD, 1, 64),/* int n; */ 119 BTF_MEMBER_ENC(NAME_TBD, 3, 96),/* char o; */ 120 BTF_MEMBER_ENC(NAME_TBD, 4, 128),/* int p[8] */ 121 BTF_MEMBER_ENC(NAME_TBD, 6, 384),/* int q[4][8] */ 122 BTF_MEMBER_ENC(NAME_TBD, 7, 1408), /* enum E r */ 166 BTF_MEMBER_ENC(NAME_TBD, 1, 0), /* int m; */ 167 BTF_MEMBER_ENC(NAME_TBD, 2, 32),/* struct B n[4] */ 168 BTF_MEMBER_ENC(NAME_TBD, 8, 288),/* const Struct_B o[4];*/ 173 BTF_MEMBER_ENC(NAME_TBD, 1, 0), /* int m; */ [all …]
|
/linux-6.6.21/tools/lib/bpf/ |
D | libbpf_probes.c | 266 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ in load_local_storage_btf() 269 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ in load_local_storage_btf() 270 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-6.6.21/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()
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | test_verifier.c | 711 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ 714 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ 715 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ 720 BTF_MEMBER_ENC(41, 4, 0), /* struct bpf_timer t; */ 734 BTF_MEMBER_ENC(71, 11, 0), /* struct prog_test_ref_kfunc __kptr_untrusted *ptr; */ 735 BTF_MEMBER_ENC(71, 12, 64), /* struct prog_test_ref_kfunc __kptr *ptr; */ 736 BTF_MEMBER_ENC(71, 13, 128), /* struct prog_test_member __kptr *ptr; */
|
D | test_btf.h | 41 #define BTF_MEMBER_ENC(name, type, bits_offset) \ macro
|