Searched refs:btf__parse_elf (Results 1 – 7 of 7) sorted by relevance
180 btf__parse_elf;
69 LIBBPF_API struct btf *btf__parse_elf(const char *path,
378 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf() function
2901 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()
69 btf = btf__parse_elf(test_file, NULL); in test_btf_dump_case()
4161 btf = btf__parse_elf(test->file, &btf_ext); in do_test_file()
468 btf = btf__parse_elf(*argv, NULL); in do_dump()