Searched refs:hex2u64 (Results 1 – 3 of 3) sorted by relevance
22 int hex2u64(const char *ptr, u64 *long_val) in hex2u64() function57 len = hex2u64(line, &start); in kallsyms__parse()
21 int hex2u64(const char *ptr, u64 *long_val);
612 hex2u64(sep + 1, &start); in modules__parse()1492 len = hex2u64(line, &start); in dso__load_perf_map()1498 len += hex2u64(line + len, &size); in dso__load_perf_map()