Lines Matching defs:archive_path
12049 static long elf_find_func_offset_from_archive(const char *archive_path, const char *file_name,
12057 archive = zip_archive_open(archive_path);
12060 pr_warn("zip: failed to open %s: %ld\n", archive_path, ret);
12067 archive_path, ret);
12070 pr_debug("zip: found entry for %s in %s at 0x%lx\n", file_name, archive_path,
12075 archive_path);
12082 pr_warn("elf: could not read elf file %s from %s: %s\n", file_name, archive_path,
12091 func_name, file_name, archive_path, entry.data_offset, ret,
12315 const char *archive_path = NULL, *archive_sep = NULL;
12343 archive_path = full_path;
12358 if (archive_path) {
12359 sym_off = elf_find_func_offset_from_archive(archive_path, binary_path,
12361 binary_path = archive_path;