Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dlibbpf.map180 btf__parse_elf;
Dbtf.h69 LIBBPF_API struct btf *btf__parse_elf(const char *path,
Dbtf.c378 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf() function
Dlibbpf.c2901 btf = btf__parse_elf(path, NULL); in bpf_core_find_kernel_btf()
3134 targ_btf = btf__parse_elf(targ_btf_path, NULL); in bpf_core_reloc_offsets()
/tools/testing/selftests/bpf/
Dtest_btf_dump.c69 btf = btf__parse_elf(test_file, NULL); in test_btf_dump_case()
Dtest_btf.c4161 btf = btf__parse_elf(test->file, &btf_ext); in do_test_file()
/tools/bpf/bpftool/
Dbtf.c468 btf = btf__parse_elf(*argv, NULL); in do_dump()