1# File name Caller Syscall name # args Strong name Weak names 2 3arch_prctl EXTRA arch_prctl i:ii __arch_prctl arch_prctl 4modify_ldt EXTRA modify_ldt i:ipi __modify_ldt modify_ldt 5syscall_clock_gettime EXTRA clock_gettime Ei:ip __syscall_clock_gettime 6 7 8# proper socket implementations: 9bind - bind i:ipi __bind bind 10getpeername - getpeername i:ipp __getpeername getpeername 11getsockname - getsockname i:ipp __getsockname getsockname 12listen - listen i:ii __listen listen 13shutdown - shutdown i:ii __shutdown shutdown 14socket - socket i:iii __socket socket 15socketpair - socketpair i:iiif __socketpair socketpair 16