Searched refs:BTF_MEMBER_ENC (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H 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 …]
|
/openbmc/linux/tools/lib/bpf/ |
H A 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()
|
H A D | libbpf_internal.h | 83 #define BTF_MEMBER_ENC(name, type, bits_offset) (name), (type), (bits_offset) macro
|
/openbmc/linux/tools/testing/selftests/bpf/map_tests/ |
H 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()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 41 #define BTF_MEMBER_ENC(name, type, bits_offset) \ macro
|
H A 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; */
|