Searched refs:MAP_FAILED (Results 1 - 25 of 306) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_mac_libcdep.cc25 CHECK(res != MAP_FAILED);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac_libcdep.cc23 CHECK(res != MAP_FAILED);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dmremap.c59 if (ret == MAP_FAILED)
69 #ifndef MAP_FAILED
70 #define MAP_FAILED ((void *) -1) macro
84 return MAP_FAILED;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dmremap.c59 if (ret == MAP_FAILED)
69 #ifndef MAP_FAILED
70 #define MAP_FAILED ((void *) -1) macro
84 return MAP_FAILED;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dmremap.c59 if (ret == MAP_FAILED)
69 #ifndef MAP_FAILED
70 #define MAP_FAILED ((void *) -1) macro
84 return MAP_FAILED;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac_libcdep.cpp24 CHECK(res != MAP_FAILED);
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dscoped_mmap.h33 scoped_mmap () noexcept : m_mem (MAP_FAILED), m_length (0) {}
49 rhs.m_mem = MAP_FAILED;
58 m_mem = MAP_FAILED;
78 if (m_mem != MAP_FAILED)
H A Dscoped_mmap.cc43 if (mmapped_file.get () == MAP_FAILED)
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dscoped_mmap.h33 scoped_mmap () noexcept : m_mem (MAP_FAILED), m_length (0) {}
49 rhs.m_mem = MAP_FAILED;
58 m_mem = MAP_FAILED;
78 if (m_mem != MAP_FAILED)
H A Dscoped_mmap.cc43 if (mmapped_file.get () == MAP_FAILED)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/
H A Dhost-darwin.cc74 if (addr != (void *) MAP_FAILED)
90 if (addr != (void *) MAP_FAILED)
104 if (buffer != (void *) MAP_FAILED)
109 if (addr == (void *) MAP_FAILED)
147 if (mapped_addr != (void *) MAP_FAILED)
155 if (mapped_addr != (void *) MAP_FAILED)
167 if (mapped_addr == (void *) MAP_FAILED)
H A Dhost-hpux.cc57 if (addr == (void *) MAP_FAILED)
97 if (addr != (void *) MAP_FAILED)
106 if (addr != (void *) MAP_FAILED)
/netbsd-current/lib/libarch/alpha/
H A Dalpha_pci_mem.c67 return (MAP_FAILED);
72 return (MAP_FAILED);
100 return (MAP_FAILED);
105 return (MAP_FAILED);
118 if (addr != MAP_FAILED) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DWindowsMMap.c35 return MAP_FAILED;
38 return MAP_FAILED;
40 return MAP_FAILED;
64 return MAP_FAILED;
78 ret = MAP_FAILED;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-auto-load-chaining.c37 if (addr == MAP_FAILED)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/
H A Dhost-hpux.c57 if (addr == (void *) MAP_FAILED)
97 if (addr != (void *) MAP_FAILED)
106 if (addr != (void *) MAP_FAILED)
H A Dhost-linux.c121 if (addr == (void *) MAP_FAILED)
159 if (buffer != (void *) MAP_FAILED)
161 if (addr == (void *) MAP_FAILED)
200 if (addr != (void *) MAP_FAILED)
209 if (addr != (void *) MAP_FAILED)
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dmmapio.c43 #ifndef MAP_FAILED
44 #define MAP_FAILED ((void *)-1) macro
77 if (map == MAP_FAILED)
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dmmapio.c47 #ifndef MAP_FAILED
48 #define MAP_FAILED ((void *)-1) macro
81 if (map == MAP_FAILED)
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dmmapio.c47 #ifndef MAP_FAILED
48 #define MAP_FAILED ((void *)-1) macro
81 if (map == MAP_FAILED)
/netbsd-current/external/bsd/unbound/dist/compat/
H A Dgetentropy_solaris.c334 { 17, MAP_FAILED }, { 3, MAP_FAILED },
335 { 11, MAP_FAILED }, { 2, MAP_FAILED },
336 { 5, MAP_FAILED }, { 3, MAP_FAILED },
337 { 7, MAP_FAILED }, { 1, MAP_FAILED },
338 { 57, MAP_FAILED }, { 3, MAP_FAILED },
[all...]
/netbsd-current/tests/lib/libc/sys/
H A Dt_mmap.c92 ATF_REQUIRE(map == MAP_FAILED);
96 ATF_REQUIRE(map != MAP_FAILED);
202 ATF_REQUIRE_MSG(map != MAP_FAILED, "mmap: %s", strerror(errno));
225 ATF_REQUIRE(map == MAP_FAILED);
231 ATF_REQUIRE(map == MAP_FAILED);
237 ATF_REQUIRE(map == MAP_FAILED);
262 ATF_REQUIRE(vp != MAP_FAILED);
277 ATF_REQUIRE(vp != MAP_FAILED);
278 ATF_REQUIRE(vp2 != MAP_FAILED);
345 ATF_REQUIRE(map != MAP_FAILED);
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dparse_reply-test.c64 #ifndef MAP_FAILED
65 #define MAP_FAILED (-1) macro
113 if (p1 == (unsigned char *)MAP_FAILED)
/netbsd-current/sys/modules/examples/mapper/
H A Dcmd_mapper.c52 if (map == MAP_FAILED)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Damd64-invalid-stack-top.c57 assert (ptr != MAP_FAILED);

Completed in 337 milliseconds

1234567891011>>