Home
last modified time | relevance | path

Searched refs:GetCodeRangeForFile (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps.h90 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end);
H A Dsanitizer_posix.cc281 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end) { in GetCodeRangeForFile() function
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps.h86 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end);
H A Dsanitizer_posix.cc284 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end) { in GetCodeRangeForFile() function
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps.h86 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end);
H A Dsanitizer_posix.cc284 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 Dsanitizer_procmaps_test.cc28 bool res = GetCodeRangeForFile("[vdso]", &start, &end); in TEST()