blob: 6375f5998d055440746475e311f8d50bded324cd (
plain) (
blame)
1
2
3
4
5
6
7
|
# File name Caller Syscall name # args Strong name Weak names
madvise - madvise 3 madvise
mmap - mmap 5 __mmap mmap
mprotect - mprotect 3 __mprotect mprotect
msync - msync 2 msync
munmap - munmap 2 __munmap munmap
|