Lines Matching refs:MAP_FAILED
56 uintptr_t last_candidate = (uintptr_t)MAP_FAILED; in find_prefered_mmap_base()
64 return MAP_FAILED; in find_prefered_mmap_base()
92 if (last_candidate != (uintptr_t)MAP_FAILED) { in find_prefered_mmap_base()
97 last_candidate = (uintptr_t)MAP_FAILED; in find_prefered_mmap_base()
124 if (addr != MAP_FAILED) { in find_prefered_mmap_base()
146 if (last_candidate != (uintptr_t)MAP_FAILED) { in find_prefered_mmap_base()
151 last_candidate = (uintptr_t)MAP_FAILED; in find_prefered_mmap_base()
203 hint = MAP_FAILED; in create_segments()
205 if (hint != MAP_FAILED) { in create_segments()
210 if (p != MAP_FAILED) { in create_segments()
216 if (p != MAP_FAILED) { in create_segments()
240 if (p != MAP_FAILED) { in create_segments()
244 if (p != MAP_FAILED) { in create_segments()
248 if (p != MAP_FAILED) { in create_segments()
255 if (p != MAP_FAILED) { in create_segments()
261 if (p != MAP_FAILED) { in create_segments()
267 if (p == MAP_FAILED) { in create_segments()