Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/bpf/
Dlibbpf.c12060 const char *archive_path = NULL, *archive_sep = NULL; in bpf_program__attach_uprobe_opts() local
12083 archive_sep = strstr(binary_path, "!/"); in bpf_program__attach_uprobe_opts()
12084 if (archive_sep) { in bpf_program__attach_uprobe_opts()
12087 min(sizeof(full_path), (size_t)(archive_sep - binary_path + 1))); in bpf_program__attach_uprobe_opts()
12089 binary_path = archive_sep + 2; in bpf_program__attach_uprobe_opts()