Home
last modified time | relevance | path

Searched refs:map_end (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc94 uptr map_end = map_res + map_size; in MmapAlignedOrDieOnFatalError() local
101 if (end != map_end) in MmapAlignedOrDieOnFatalError()
102 UnmapOrDie((void*)end, map_end - end); in MmapAlignedOrDieOnFatalError()
H A Dsanitizer_fuchsia.cc335 uintptr_t map_end = map_addr + map_size; in MmapAlignedOrDieOnFatalError() local
353 if (status == ZX_OK && end != map_end) in MmapAlignedOrDieOnFatalError()
354 status = _zx_vmar_unmap(_zx_vmar_root_self(), end, map_end - end); in MmapAlignedOrDieOnFatalError()
H A Dsanitizer_allocator_secondary.h104 uptr map_end = map_beg + map_size; in Allocate() local
111 CHECK_LE(res + size, map_end); in Allocate()
/freebsd-12.1/lib/libedit/
H A Dmap.h71 protected void map_end(EditLine *);
H A Del.c137 map_end(el); in el_end()
H A Dmap.c947 map_end(EditLine *el) in map_end() function