Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c11962 archive = zip_archive_open(archive_path); in elf_find_func_offset_from_archive()
11965 pr_warn("zip: failed to open %s: %ld\n", archive_path, ret); in elf_find_func_offset_from_archive()
11972 archive_path, ret); in elf_find_func_offset_from_archive()
11975 pr_debug("zip: found entry for %s in %s at 0x%lx\n", file_name, archive_path, in elf_find_func_offset_from_archive()
11980 archive_path); in elf_find_func_offset_from_archive()
11996 func_name, file_name, archive_path, entry.data_offset, ret, in elf_find_func_offset_from_archive()
12220 const char *archive_path = NULL, *archive_sep = NULL; in bpf_program__attach_uprobe_opts() local
12248 archive_path = full_path; in bpf_program__attach_uprobe_opts()
12263 if (archive_path) { in bpf_program__attach_uprobe_opts()
12264 sym_off = elf_find_func_offset_from_archive(archive_path, binary_path, in bpf_program__attach_uprobe_opts()
[all …]