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

/linux-master/tools/perf/util/
H A Dsymbol.c629 static int hex2u64(const char *ptr, u64 *long_val) function
677 hex2u64(sep + 1, &start);
1530 len = hex2u64(line, &start);
1536 len += hex2u64(line + len, &size);

Completed in 127 milliseconds