Searched refs:GetCodeRangeForFile (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_procmaps_test.cc | 28 bool res = GetCodeRangeForFile("[vdso]", &start, &end); in TEST()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps.h | 90 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end);
|
D | sanitizer_posix.cpp | 276 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end) { in GetCodeRangeForFile() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps.h | 89 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end);
|
D | sanitizer_posix.cc | 336 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end) { in GetCodeRangeForFile() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_procmaps_test.cpp | 27 bool res = GetCodeRangeForFile("[vdso]", &start, &end); in TEST()
|