Searched refs:archive_path (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 12326 static long elf_find_func_offset_from_archive(const char *archive_path, const char *file_name, in elf_find_func_offset_from_archive() argument 12334 archive = zip_archive_open(archive_path); in elf_find_func_offset_from_archive() 12337 pr_warn("zip: failed to open %s: %ld\n", archive_path, ret); in elf_find_func_offset_from_archive() 12344 archive_path, ret); in elf_find_func_offset_from_archive() 12347 pr_debug("zip: found entry for %s in %s at 0x%lx\n", file_name, archive_path, in elf_find_func_offset_from_archive() 12352 archive_path); in elf_find_func_offset_from_archive() 12359 pr_warn("elf: could not read elf file %s from %s: %s\n", file_name, archive_path, in elf_find_func_offset_from_archive() 12368 func_name, file_name, archive_path, entry.data_offset, ret, in elf_find_func_offset_from_archive() 12590 const char *archive_path = NULL, *archive_sep = NULL; in bpf_program__attach_uprobe_opts() local 12618 archive_path = full_path; in bpf_program__attach_uprobe_opts() [all …]
|