Searched refs:btf__add_typedef (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | btf_distill.c | 113 btf__add_typedef(btf2, "et", 9); /* [23] typedef enum (anon) */ in test_distilled_base() 120 btf__add_typedef(btf2, "arraytype", 15); /* [28] typedef int[3] foo; */ in test_distilled_base() 515 myint_id = btf__add_typedef(split_btf, "myint", int_id); in test_distilled_base_vmlinux()
|
D | btf_field_iter.c | 68 btf__add_typedef(btf, "t", 1); /* [9] typedef int t; */ in test_btf_field_iter()
|
D | btf_write.c | 209 id = btf__add_typedef(btf, "typedef1", 1); in gen_btf()
|
/linux-6.12.1/tools/lib/bpf/ |
D | libbpf.map | 226 btf__add_typedef;
|
D | btf.h | 222 LIBBPF_API int btf__add_typedef(struct btf *btf, const char *name, int ref_type_id);
|
D | btf.c | 2532 int btf__add_typedef(struct btf *btf, const char *name, int ref_type_id) in btf__add_typedef() function
|