Searched refs:BTF_MEMBER_ENC (Results 1 – 6 of 6) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | btf.c | 1113 BTF_MEMBER_ENC(NAME_TBD, 4, 0), 1142 BTF_MEMBER_ENC(NAME_TBD, 2, 0), 1429 BTF_MEMBER_ENC(NAME_TBD, 3, 0), 1457 BTF_MEMBER_ENC(NAME_TBD, 4, 0), 1461 BTF_MEMBER_ENC(NAME_TBD, 6, 0), 2163 BTF_MEMBER_ENC(NAME_TBD, 1, 0), 2183 BTF_MEMBER_ENC(NAME_TBD, 1, 0), 2205 BTF_MEMBER_ENC(NAME_TBD, 1, 0), 2225 BTF_MEMBER_ENC(NAME_TBD, 1, 0), 3360 BTF_MEMBER_ENC(NAME_TBD, 2, 0), [all …]
|
| /tools/lib/bpf/ |
| A D | libbpf_probes.c | 271 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ in load_local_storage_btf() 274 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ in load_local_storage_btf() 275 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ in load_local_storage_btf()
|
| A D | libbpf_internal.h | 85 #define BTF_MEMBER_ENC(name, type, bits_offset) (name), (type), (bits_offset) macro
|
| /tools/testing/selftests/bpf/ |
| A D | test_btf.h | 41 #define BTF_MEMBER_ENC(name, type, bits_offset) \ macro
|
| A D | test_verifier.c | 709 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ 712 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ 713 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ 718 BTF_MEMBER_ENC(41, 4, 0), /* struct bpf_timer t; */ 732 BTF_MEMBER_ENC(71, 11, 0), /* struct prog_test_ref_kfunc __kptr_untrusted *ptr; */ 733 BTF_MEMBER_ENC(71, 12, 64), /* struct prog_test_ref_kfunc __kptr *ptr; */ 734 BTF_MEMBER_ENC(71, 13, 128), /* struct prog_test_member __kptr *ptr; */
|
| /tools/testing/selftests/bpf/map_tests/ |
| A 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()
|
Completed in 24 milliseconds