Home
last modified time | relevance | path

Searched refs:btf__add_ptr (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
A Dbtf_dedup_split.c19 btf__add_ptr(btf1, 1); /* [2] ptr to int */ in test_split_simple()
137 btf__add_ptr(btf1, 4); /* [2] ptr to struct s1 */ in test_split_fwd_resolve()
138 btf__add_ptr(btf1, 5); /* [3] ptr to struct s2 */ in test_split_fwd_resolve()
163 btf__add_ptr(btf2, 10); /* [7] ptr to struct s1 */ in test_split_fwd_resolve()
165 btf__add_ptr(btf2, 8); /* [9] ptr to fwd struct s2 */ in test_split_fwd_resolve()
220 btf__add_ptr(btf1, 5); /* [2] ptr to struct s1 */ in test_split_struct_duped()
222 btf__add_ptr(btf1, 3); /* [4] ptr to fwd struct s2 */ in test_split_struct_duped()
243 btf__add_ptr(btf2, 10); /* [7] ptr to struct s1 */ in test_split_struct_duped()
245 btf__add_ptr(btf2, 11); /* [9] ptr to struct s2 */ in test_split_struct_duped()
256 btf__add_ptr(btf2, 8); /* [12] ptr to fwd struct s2 */ in test_split_struct_duped()
A Dbtf_split.c29 btf__add_ptr(btf1, 1); /* [2] ptr to int */ in test_btf_split()
A Dcore_autosize.c96 void_ptr_id = btf__add_ptr(btf, 0); in test_core_autosize()
A Dbtf_write.c54 id = btf__add_ptr(btf, 1); in gen_btf()
/linux/tools/lib/bpf/
A Dlibbpf.map321 btf__add_ptr;
A Dbtf.h206 LIBBPF_API int btf__add_ptr(struct btf *btf, int ref_type_id);
A Dbtf.c1875 int btf__add_ptr(struct btf *btf, int ref_type_id) in btf__add_ptr() function

Completed in 15 milliseconds