Searched refs:__munmap (Results 1 – 14 of 14) sorted by relevance
/sysdeps/mach/ |
A D | munmap.c | 27 __munmap (void *addr, size_t len) in __munmap() function 46 libc_hidden_def (__munmap) 47 weak_alias (__munmap, munmap)
|
/sysdeps/mach/hurd/ |
A D | dl-mman.h | 23 extern __typeof (__munmap) __munmap attribute_hidden;
|
A D | ifreq.h | 30 __munmap (ifreqs, num_ifs * sizeof (struct ifreq)); in __if_freereq()
|
A D | sendfile64.c | 50 __munmap (data, datalen); in __sendfile64()
|
A D | ifreq.c | 56 __munmap (data, len); in __ifreq()
|
/sysdeps/generic/ |
A D | dl-mman.h | 22 extern __typeof (__munmap) __munmap attribute_hidden;
|
/sysdeps/posix/ |
A D | pwritev_common.c | 71 __munmap (buffer, bytes); in PWRITEV()
|
A D | preadv_common.c | 83 __munmap (buffer, bytes); in PREADV()
|
A D | libc_fatal.c | 146 __munmap (old, old->size); in __libc_message()
|
/sysdeps/pthread/ |
A D | sem_routines.c | 139 __munmap (existing, sizeof (sem_t)); in __sem_check_add_mapping() 186 if (__munmap (rec->sem, sizeof (sem_t)) == -1) in __sem_remove_mapping()
|
A D | sem_open.c | 170 __munmap (result, sizeof (sem_t)); in __sem_open()
|
/sysdeps/hppa/ |
A D | dl-fptr.c | 165 __munmap (new_table, size); in make_fdesc() 219 __munmap (fptr_table, len * sizeof (fptr_table[0])); in ElfW() 318 __munmap (ftab, (map->l_mach.fptr_table_len in _dl_unmap()
|
/sysdeps/unix/sysv/linux/ |
A D | spawni.c | 404 __munmap (stack, stack_size); in __spawnix()
|
/sysdeps/unix/ |
A D | syscalls.list | 44 munmap - munmap i:aU __munmap munmap
|
Completed in 34 milliseconds