Searched refs:addr_cstr (Results 1 – 1 of 1) sorted by relevance
73 uintptr_t ParseAddr(const char* addr_cstr) { in ParseAddr() argument74 if (!addr_cstr) { in ParseAddr()79 uintptr_t addr = static_cast<uintptr_t>(strtoull(addr_cstr, &end_ptr, 16)); in ParseAddr()84 addr_cstr, in ParseAddr()