Searched refs:GetCodeRangeForFile (Results 1 – 7 of 7) sorted by relevance
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_procmaps.h | 90 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end);
|
H A D | sanitizer_posix.cc | 281 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end) { in GetCodeRangeForFile() function
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_procmaps.h | 86 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end);
|
H A D | sanitizer_posix.cc | 284 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end) { in GetCodeRangeForFile() function
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_procmaps.h | 86 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end);
|
H A D | sanitizer_posix.cc | 284 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end) { in GetCodeRangeForFile() function
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_procmaps_test.cc | 28 bool res = GetCodeRangeForFile("[vdso]", &start, &end); in TEST()
|