Searched refs:func_off (Results 1 – 1 of 1) sorted by relevance
12204 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL, *func_off; in attach_uprobe() local12225 func_off = strrchr(func_name, '+'); in attach_uprobe()12226 if (func_off) { in attach_uprobe()12227 n = sscanf(func_off, "+%li%n", &offset, &c); in attach_uprobe()12228 if (n == 1 && *(func_off + c) == '\0') in attach_uprobe()12229 func_off[0] = '\0'; in attach_uprobe()