Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbtf_endian.c26 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.c59 btf = btf__parse_elf(test_file, NULL); in test_btf_dump_case()
Dbtf.c4251 btf = btf__parse_elf(test->file, &btf_ext); in do_test_file()
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.map180 btf__parse_elf;
Dbtf.h42 LIBBPF_API struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext);
Dbtf.c977 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf() function
4444 btf = btf__parse_elf(path, NULL); in btf__load_vmlinux_btf()