Searched refs:GetCodeRangeForFile (Results 1 – 3 of 3) sorted by relevance
100 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end);
279 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end) { in GetCodeRangeForFile() function
31 bool res = GetCodeRangeForFile("[vdso]", &start, &end); in TEST()