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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.c25 static int disasm_line__parse(char *line, char **namep, char **rawp);
508 static int disasm_line__parse(char *line, char **namep, char **rawp) argument
518 *rawp = name + 1;
520 while ((*rawp)[0] != '\0' && !isspace((*rawp)[0]))
521 ++*rawp;
523 tmp = (*rawp)[0];
524 (*rawp)[0] = '\0';
530 (*rawp)[0] = tmp;
532 if ((*rawp)[
[all...]

Completed in 217 milliseconds