Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf_endian.c28 btf = btf__parse_elf("btf_dump_test_case_syntax.o", NULL); in test_btf_endian()
Dresolve_btfids.c104 btf = btf__parse_elf("btf_data.o", NULL); in resolve_symbols()
Dbtf_dump.c58 btf = btf__parse_elf(test_file, NULL); in test_btf_dump_case()
Dbtf.c4100 btf = btf__parse_elf(test->file, &btf_ext); in do_test_file()
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.map180 btf__parse_elf;
Dbtf.h37 LIBBPF_API struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext);
Dbtf.c793 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf() function
990 return btf__parse_elf(path, btf_ext); in btf__parse()
4462 btf = btf__parse_elf(path, NULL); in libbpf_find_kernel_btf()