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