Home
last modified time | relevance | path

Searched refs:btf__new_empty (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbtf_dedup_split.c12 btf1 = btf__new_empty(); in test_split_simple()
130 btf1 = btf__new_empty(); in test_split_fwd_resolve()
213 btf1 = btf__new_empty(); in test_split_struct_duped()
Dbtf_split.c22 btf1 = btf__new_empty(); in test_btf_split()
Dcore_autosize.c66 btf = btf__new_empty(); in test_core_autosize()
Dbtf_write.c16 btf = btf__new_empty(); in test_btf_write()
Dbtf_dump.c146 btf = btf__new_empty(); in test_btf_dump_incremental()
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.map331 btf__new_empty;
Dbtf.h37 LIBBPF_API struct btf *btf__new_empty(void);
Dlinker.c420 linker->btf = btf__new_empty(); in init_output_elf()
Dbtf.c785 struct btf *btf__new_empty(void) in btf__new_empty() function