Home
last modified time | relevance | path

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

/sysdeps/mach/
A Dmunmap.c27 __munmap (void *addr, size_t len) in __munmap() function
46 libc_hidden_def (__munmap)
47 weak_alias (__munmap, munmap)
/sysdeps/mach/hurd/
A Ddl-mman.h23 extern __typeof (__munmap) __munmap attribute_hidden;
A Difreq.h30 __munmap (ifreqs, num_ifs * sizeof (struct ifreq)); in __if_freereq()
A Dsendfile64.c50 __munmap (data, datalen); in __sendfile64()
A Difreq.c56 __munmap (data, len); in __ifreq()
/sysdeps/generic/
A Ddl-mman.h22 extern __typeof (__munmap) __munmap attribute_hidden;
/sysdeps/posix/
A Dpwritev_common.c71 __munmap (buffer, bytes); in PWRITEV()
A Dpreadv_common.c83 __munmap (buffer, bytes); in PREADV()
A Dlibc_fatal.c146 __munmap (old, old->size); in __libc_message()
/sysdeps/pthread/
A Dsem_routines.c139 __munmap (existing, sizeof (sem_t)); in __sem_check_add_mapping()
186 if (__munmap (rec->sem, sizeof (sem_t)) == -1) in __sem_remove_mapping()
A Dsem_open.c170 __munmap (result, sizeof (sem_t)); in __sem_open()
/sysdeps/hppa/
A Ddl-fptr.c165 __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 Dspawni.c404 __munmap (stack, stack_size); in __spawnix()
/sysdeps/unix/
A Dsyscalls.list44 munmap - munmap i:aU __munmap munmap

Completed in 34 milliseconds