Searched defs:MmapOrDie (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_posix.cc | 45 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() function
|
H A D | sanitizer_rtems.cc | 148 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() function
|
H A D | sanitizer_fuchsia.cc | 194 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() function
|
H A D | sanitizer_win.cc | 111 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_posix.cc | 42 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() function
|
H A D | sanitizer_rtems.cc | 148 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() function
|
H A D | sanitizer_fuchsia.cc | 193 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() function
|
H A D | sanitizer_win.cc | 113 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_posix.cpp | 44 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() function
|
H A D | sanitizer_fuchsia.cpp | 164 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() function
|
H A D | sanitizer_win.cpp | 130 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() function
|