Lines Matching refs:MAP_FAILED
59 uintptr_t last_candidate = (uintptr_t)MAP_FAILED; in find_prefered_mmap_base()
67 return MAP_FAILED; in find_prefered_mmap_base()
95 if (last_candidate != (uintptr_t)MAP_FAILED) { in find_prefered_mmap_base()
100 last_candidate = (uintptr_t)MAP_FAILED; in find_prefered_mmap_base()
127 if (addr != MAP_FAILED) { in find_prefered_mmap_base()
149 if (last_candidate != (uintptr_t)MAP_FAILED) { in find_prefered_mmap_base()
154 last_candidate = (uintptr_t)MAP_FAILED; in find_prefered_mmap_base()
212 hint = MAP_FAILED; in create_segments()
214 if (hint != MAP_FAILED) { in create_segments()
219 if (p != MAP_FAILED) { in create_segments()
225 if (p != MAP_FAILED) { in create_segments()
249 if (p != MAP_FAILED) { in create_segments()
253 if (p != MAP_FAILED) { in create_segments()
257 if (p != MAP_FAILED) { in create_segments()
264 if (p != MAP_FAILED) { in create_segments()
270 if (p != MAP_FAILED) { in create_segments()
276 if (p == MAP_FAILED) { in create_segments()