Searched refs:btf__new_empty_split (Results 1 – 5 of 5) sorted by relevance
36 btf2 = btf__new_empty_split(btf1); in test_split_simple()158 btf2 = btf__new_empty_split(btf1); in test_split_fwd_resolve()238 btf2 = btf__new_empty_split(btf1); in test_split_struct_duped()382 btf2 = btf__new_empty_split(btf1); in test_split_dup_struct_in_cu()
34 btf2 = btf__new_empty_split(btf1); in test_btf_split()
247 btf__new_empty_split;
108 LIBBPF_API struct btf *btf__new_empty_split(struct btf *base_btf);
849 struct btf *btf__new_empty_split(struct btf *base_btf) in btf__new_empty_split() function