Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dbtf_endian.c26 btf = btf__parse_elf("btf_dump_test_case_syntax.bpf.o", NULL); in test_btf_endian()
Dresolve_btfids.c104 btf = btf__parse_elf("btf_data.bpf.o", NULL); in resolve_symbols()
Dbtf_dump.c57 btf = btf__parse_elf(test_file, NULL); in test_btf_dump_case()
Dbtf.c4692 btf = btf__parse_elf(test->file, &btf_ext); in do_test_file()
/linux-6.1.9/tools/lib/bpf/
Dlibbpf.map98 btf__parse_elf;
Dbtf.h112 LIBBPF_API struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext);
Dbtf.c1036 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf() function