Searched refs:__mmap (Results 1 – 22 of 22) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | mmap.c | 34 __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 D | mmap64.c | 66 weak_alias (__mmap64, __mmap) 67 libc_hidden_def (__mmap)
|
A D | spawni.c | 340 void *stack = __mmap (NULL, stack_size, prot, in __spawnix()
|
/sysdeps/generic/ |
A D | dl-mman.h | 20 extern __typeof (__mmap) __mmap attribute_hidden;
|
/sysdeps/mach/hurd/ |
A D | mmap64.c | 45 return __mmap (addr, len, prot, flags, fd, small_offset); in __mmap64()
|
A D | mmap.c | 34 __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 D | Versions | 4 __mmap; 41 __mmap; __open; __read; __sbrk; __strtoul_internal;
|
A D | dl-sysdep.c | 448 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 D | ld.abilist | 5 GLIBC_2.2.6 __mmap F
|
A D | localplt.data | 31 ld.so: __mmap
|
A D | libc.abilist | 375 GLIBC_2.2.6 __mmap F
|
/sysdeps/posix/ |
A D | pwritev_common.c | 58 void *buffer = __mmap (NULL, bytes, PROT_READ | PROT_WRITE, in PWRITEV()
|
A D | preadv_common.c | 58 void *buffer = __mmap (NULL, bytes, PROT_READ | PROT_WRITE, in PREADV()
|
A D | libc_fatal.c | 130 struct abort_msg_s *buf = __mmap (NULL, total, in __libc_message()
|
/sysdeps/aarch64/ |
A D | dl-bti.c | 56 map->l_mach.bti_fail = __mmap (start, len, prot, in _dl_bti_protect()
|
/sysdeps/unix/sysv/linux/ia64/ |
A D | ioperm.c | 90 base = (unsigned long int) __mmap (0, len, PROT_READ | PROT_WRITE, MAP_SHARED, in _ioperm()
|
/sysdeps/pthread/ |
A D | sem_open.c | 162 && (result = (sem_t *) __mmap (NULL, sizeof (sem_t), in __sem_open()
|
A D | sem_routines.c | 109 existing = (sem_t *) __mmap (NULL, sizeof (sem_t), in __sem_check_add_mapping()
|
/sysdeps/hppa/ |
A D | dl-fptr.c | 91 new_table = __mmap (NULL, *size, in new_fdesc_table() 208 fptr_table = __mmap (NULL, size, in ElfW()
|
/sysdeps/unix/ |
A D | syscalls.list | 42 mmap - mmap b:aUiiii __mmap mmap
|
/sysdeps/arm/ |
A D | dl-machine.h | 296 void *new_page = __mmap (NULL, GLRO(dl_pagesize), in relocate_pc24()
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | ioperm.c | 730 (unsigned long int) __mmap (0, len, PROT_NONE, MAP_SHARED, in _ioperm()
|
Completed in 51 milliseconds