Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dmmap.c34 __mmap (void *addr, size_t len, int prot, int flags, int fd, off_t offset) in __mmap() function
49 weak_alias (__mmap, mmap)
50 libc_hidden_def (__mmap)
A Dmmap64.c66 weak_alias (__mmap64, __mmap)
67 libc_hidden_def (__mmap)
A Dspawni.c340 void *stack = __mmap (NULL, stack_size, prot, in __spawnix()
/sysdeps/generic/
A Ddl-mman.h20 extern __typeof (__mmap) __mmap attribute_hidden;
/sysdeps/mach/hurd/
A Dmmap64.c45 return __mmap (addr, len, prot, flags, fd, small_offset); in __mmap64()
A Dmmap.c34 __mmap (void *addr, size_t len, int prot, int flags, int fd, off_t offset) in __mmap() function
180 libc_hidden_def (__mmap)
181 weak_alias (__mmap, mmap)
A DVersions4 __mmap;
41 __mmap; __open; __read; __sbrk; __strtoul_internal;
A Ddl-sysdep.c448 check_no_hidden(__mmap);
450 __mmap (void *addr, size_t len, int prot, int flags, int fd, off_t offset) in __mmap() function
/sysdeps/mach/hurd/i386/
A Dld.abilist5 GLIBC_2.2.6 __mmap F
A Dlocalplt.data31 ld.so: __mmap
A Dlibc.abilist375 GLIBC_2.2.6 __mmap F
/sysdeps/posix/
A Dpwritev_common.c58 void *buffer = __mmap (NULL, bytes, PROT_READ | PROT_WRITE, in PWRITEV()
A Dpreadv_common.c58 void *buffer = __mmap (NULL, bytes, PROT_READ | PROT_WRITE, in PREADV()
A Dlibc_fatal.c130 struct abort_msg_s *buf = __mmap (NULL, total, in __libc_message()
/sysdeps/aarch64/
A Ddl-bti.c56 map->l_mach.bti_fail = __mmap (start, len, prot, in _dl_bti_protect()
/sysdeps/unix/sysv/linux/ia64/
A Dioperm.c90 base = (unsigned long int) __mmap (0, len, PROT_READ | PROT_WRITE, MAP_SHARED, in _ioperm()
/sysdeps/pthread/
A Dsem_open.c162 && (result = (sem_t *) __mmap (NULL, sizeof (sem_t), in __sem_open()
A Dsem_routines.c109 existing = (sem_t *) __mmap (NULL, sizeof (sem_t), in __sem_check_add_mapping()
/sysdeps/hppa/
A Ddl-fptr.c91 new_table = __mmap (NULL, *size, in new_fdesc_table()
208 fptr_table = __mmap (NULL, size, in ElfW()
/sysdeps/unix/
A Dsyscalls.list42 mmap - mmap b:aUiiii __mmap mmap
/sysdeps/arm/
A Ddl-machine.h296 void *new_page = __mmap (NULL, GLRO(dl_pagesize), in relocate_pc24()
/sysdeps/unix/sysv/linux/alpha/
A Dioperm.c730 (unsigned long int) __mmap (0, len, PROT_NONE, MAP_SHARED, in _ioperm()

Completed in 51 milliseconds