Searched refs:func_off (Results 1 – 1 of 1) sorted by relevance
13345 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL, *func_off; in attach_uprobe() local13366 func_off = strrchr(func_name, '+'); in attach_uprobe()13367 if (func_off) { in attach_uprobe()13368 n = sscanf(func_off, "+%li%n", &offset, &c); in attach_uprobe()13369 if (n == 1 && *(func_off + c) == '\0') in attach_uprobe()13370 func_off[0] = '\0'; in attach_uprobe()