Searched refs:btf__parse_elf (Results 1 – 7 of 7) sorted by relevance
26 btf = btf__parse_elf("btf_dump_test_case_syntax.bpf.o", NULL); in test_btf_endian()
104 btf = btf__parse_elf("btf_data.bpf.o", NULL); in resolve_symbols()
57 btf = btf__parse_elf(test_file, NULL); in test_btf_dump_case()
4692 btf = btf__parse_elf(test->file, &btf_ext); in do_test_file()
98 btf__parse_elf;
112 LIBBPF_API struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext);
1036 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf() function