Searched refs:btf__parse_elf (Results 1 – 7 of 7) sorted by relevance
28 btf = btf__parse_elf("btf_dump_test_case_syntax.o", NULL); in test_btf_endian()
104 btf = btf__parse_elf("btf_data.o", NULL); in resolve_symbols()
58 btf = btf__parse_elf(test_file, NULL); in test_btf_dump_case()
4100 btf = btf__parse_elf(test->file, &btf_ext); in do_test_file()
180 btf__parse_elf;
37 LIBBPF_API struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext);
793 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf() function990 return btf__parse_elf(path, btf_ext); in btf__parse()4462 btf = btf__parse_elf(path, NULL); in libbpf_find_kernel_btf()