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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c11610 static long elf_find_func_offset_from_archive(const char *archive_path, const char *file_name, argument
11618 archive = zip_archive_open(archive_path);
11621 pr_warn("zip: failed to open %s: %ld\n", archive_path, ret);
11628 archive_path, ret);
11631 pr_debug("zip: found entry for %s in %s at 0x%lx\n", file_name, archive_path,
11636 archive_path);
11643 pr_warn("elf: could not read elf file %s from %s: %s\n", file_name, archive_path,
11652 func_name, file_name, archive_path, entry.data_offset, ret,
11862 const char *archive_path = NULL, *archive_sep = NULL; local
11890 archive_path
[all...]

Completed in 186 milliseconds