Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc312 int GetNamedMappingFd(const char *name, uptr size) { in GetNamedMappingFd() function
316 int GetNamedMappingFd(const char *name, uptr size) { in GetNamedMappingFd() function
334 int fd = name ? GetNamedMappingFd(name, size) : -1; in MmapFixedNoReserve()
388 int fd = name ? GetNamedMappingFd(name, size) : -1; in MmapFixedNoAccess()