OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNamedMappingFd
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix_libcdep.cc
312
int
GetNamedMappingFd
(const char *name, uptr size) {
316
int
GetNamedMappingFd
(const char *name, uptr size) {
334
int fd = name ?
GetNamedMappingFd
(name, size) : -1;
357
// TODO(flowerhack): Fix the implementation of
GetNamedMappingFd
to solve
388
int fd = name ?
GetNamedMappingFd
(name, size) : -1;
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_posix.cpp
345
int
GetNamedMappingFd
(const char *name, uptr size, int *flags) {
371
int
GetNamedMappingFd
(const char *name, uptr size, int *flags) {
390
int fd =
GetNamedMappingFd
(name, length, &flags);
sanitizer_posix.h
118
int
GetNamedMappingFd
(const char *name, uptr size, int *flags);
Completed in 31 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026