mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
24
libc/sysv/README.md
Normal file
24
libc/sysv/README.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
SYNOPSIS
|
||||
|
||||
System Five Import Libraries
|
||||
|
||||
OVERVIEW
|
||||
|
||||
Bell System Five is the umbrella term we use to describe Linux,
|
||||
FreeBSD, OpenBSD, and Mac OS X which all have nearly-identical
|
||||
application binary interfaces that stood the test of time, having
|
||||
definitions nearly the same as those of AT&T back in the 1980's.
|
||||
|
||||
Cosmopolitan aims to help you build apps that can endure over the
|
||||
course of decades, just like these systems have: without needing to
|
||||
lift a finger for maintenance churn, broken builds, broken hearts.
|
||||
|
||||
The challenge to System V binary compatibility basically boils down
|
||||
to numbers. All these systems agree on what services are provided,
|
||||
but tend to grant them wildly different numbers.
|
||||
|
||||
We address this by putting all the numbers in a couple big shell
|
||||
scripts, ask the GNU Assembler to encode them into binaries using an
|
||||
efficient LEB128 encoding, unpacked by _init(), and ref'd via extern
|
||||
const. It gives us good debuggability, and any costs are gained back
|
||||
by fewer branches in wrapper functions.z
|
2
libc/sysv/calls/__accept-sysv.s
Normal file
2
libc/sysv/calls/__accept-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __accept$sysv 0x001e0063201e002b globl hidden
|
2
libc/sysv/calls/__accept4-sysv.s
Normal file
2
libc/sysv/calls/__accept4-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __accept4$sysv 0x005d021dffff0120 globl hidden
|
2
libc/sysv/calls/__acl_aclcheck_fd.s
Normal file
2
libc/sysv/calls/__acl_aclcheck_fd.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __acl_aclcheck_fd 0xffff0162ffffffff globl
|
2
libc/sysv/calls/__acl_aclcheck_file.s
Normal file
2
libc/sysv/calls/__acl_aclcheck_file.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __acl_aclcheck_file 0xffff0161ffffffff globl
|
2
libc/sysv/calls/__acl_aclcheck_link.s
Normal file
2
libc/sysv/calls/__acl_aclcheck_link.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __acl_aclcheck_link 0xffff01acffffffff globl
|
2
libc/sysv/calls/__acl_delete_fd.s
Normal file
2
libc/sysv/calls/__acl_delete_fd.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __acl_delete_fd 0xffff0160ffffffff globl
|
2
libc/sysv/calls/__acl_delete_file.s
Normal file
2
libc/sysv/calls/__acl_delete_file.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __acl_delete_file 0xffff015fffffffff globl
|
2
libc/sysv/calls/__acl_delete_link.s
Normal file
2
libc/sysv/calls/__acl_delete_link.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __acl_delete_link 0xffff01abffffffff globl
|
2
libc/sysv/calls/__acl_get_fd.s
Normal file
2
libc/sysv/calls/__acl_get_fd.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __acl_get_fd 0xffff015dffffffff globl
|
2
libc/sysv/calls/__acl_get_file.s
Normal file
2
libc/sysv/calls/__acl_get_file.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __acl_get_file 0xffff015bffffffff globl
|
2
libc/sysv/calls/__acl_get_link.s
Normal file
2
libc/sysv/calls/__acl_get_link.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __acl_get_link 0xffff01a9ffffffff globl
|
2
libc/sysv/calls/__acl_set_fd.s
Normal file
2
libc/sysv/calls/__acl_set_fd.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __acl_set_fd 0xffff015effffffff globl
|
2
libc/sysv/calls/__acl_set_file.s
Normal file
2
libc/sysv/calls/__acl_set_file.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __acl_set_file 0xffff015cffffffff globl
|
2
libc/sysv/calls/__acl_set_link.s
Normal file
2
libc/sysv/calls/__acl_set_link.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __acl_set_link 0xffff01aaffffffff globl
|
2
libc/sysv/calls/__cap_rights_get.s
Normal file
2
libc/sysv/calls/__cap_rights_get.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __cap_rights_get 0xffff0203ffffffff globl
|
2
libc/sysv/calls/__connect-sysv.s
Normal file
2
libc/sysv/calls/__connect-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __connect$sysv 0x006200622062002a globl hidden
|
2
libc/sysv/calls/__disable_threadsignal.s
Normal file
2
libc/sysv/calls/__disable_threadsignal.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __disable_threadsignal 0xffffffff214bffff globl
|
2
libc/sysv/calls/__dup3-sysv.s
Normal file
2
libc/sysv/calls/__dup3-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __dup3$sysv 0x0066ffffffff0124 globl hidden
|
2
libc/sysv/calls/__fstat-sysv.s
Normal file
2
libc/sysv/calls/__fstat-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __fstat$sysv 0x0035022721530005 globl hidden
|
2
libc/sysv/calls/__fstatat-sysv.s
Normal file
2
libc/sysv/calls/__fstatat-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __fstatat$sysv 0x002a022821d60106 globl hidden
|
2
libc/sysv/calls/__ftruncate-sysv.s
Normal file
2
libc/sysv/calls/__ftruncate-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __ftruncate$sysv 0x00c901e020c9004d globl hidden
|
2
libc/sysv/calls/__get_tcb.s
Normal file
2
libc/sysv/calls/__get_tcb.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __get_tcb 0x014affffffffffff globl
|
2
libc/sysv/calls/__getpeername-sysv.s
Normal file
2
libc/sysv/calls/__getpeername-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __getpeername$sysv 0x001f008d201f0034 globl hidden
|
2
libc/sysv/calls/__getsockname-sysv.s
Normal file
2
libc/sysv/calls/__getsockname-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __getsockname$sysv 0x0020002020200033 globl hidden
|
2
libc/sysv/calls/__gettimeofday-sysv.s
Normal file
2
libc/sysv/calls/__gettimeofday-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __gettimeofday$sysv 0x0043007420740060 globl hidden
|
2
libc/sysv/calls/__lseek-sysv.s
Normal file
2
libc/sysv/calls/__lseek-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __lseek$sysv 0x00c701de20c70008 globl hidden
|
2
libc/sysv/calls/__lstat-sysv.s
Normal file
2
libc/sysv/calls/__lstat-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __lstat$sysv 0x0028002821540006 globl hidden
|
2
libc/sysv/calls/__mac_execve.s
Normal file
2
libc/sysv/calls/__mac_execve.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __mac_execve 0xffff019f217cffff globl
|
2
libc/sysv/calls/__mac_get_fd.s
Normal file
2
libc/sysv/calls/__mac_get_fd.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __mac_get_fd 0xffff01822184ffff globl
|
2
libc/sysv/calls/__mac_get_file.s
Normal file
2
libc/sysv/calls/__mac_get_file.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __mac_get_file 0xffff0183217effff globl
|
2
libc/sysv/calls/__mac_get_link.s
Normal file
2
libc/sysv/calls/__mac_get_link.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __mac_get_link 0xffff019a2180ffff globl
|
2
libc/sysv/calls/__mac_get_mount.s
Normal file
2
libc/sysv/calls/__mac_get_mount.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __mac_get_mount 0xffffffff21a9ffff globl
|
2
libc/sysv/calls/__mac_get_pid.s
Normal file
2
libc/sysv/calls/__mac_get_pid.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __mac_get_pid 0xffff01992186ffff globl
|
2
libc/sysv/calls/__mac_get_proc.s
Normal file
2
libc/sysv/calls/__mac_get_proc.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __mac_get_proc 0xffff01802182ffff globl
|
2
libc/sysv/calls/__mac_getfsstat.s
Normal file
2
libc/sysv/calls/__mac_getfsstat.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __mac_getfsstat 0xffffffff21aaffff globl
|
2
libc/sysv/calls/__mac_mount.s
Normal file
2
libc/sysv/calls/__mac_mount.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __mac_mount 0xffffffff21a8ffff globl
|
2
libc/sysv/calls/__mac_set_fd.s
Normal file
2
libc/sysv/calls/__mac_set_fd.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __mac_set_fd 0xffff01842185ffff globl
|
2
libc/sysv/calls/__mac_set_file.s
Normal file
2
libc/sysv/calls/__mac_set_file.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __mac_set_file 0xffff0185217fffff globl
|
2
libc/sysv/calls/__mac_set_link.s
Normal file
2
libc/sysv/calls/__mac_set_link.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __mac_set_link 0xffff019b2181ffff globl
|
2
libc/sysv/calls/__mac_set_proc.s
Normal file
2
libc/sysv/calls/__mac_set_proc.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __mac_set_proc 0xffff01812183ffff globl
|
2
libc/sysv/calls/__mac_syscall.s
Normal file
2
libc/sysv/calls/__mac_syscall.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __mac_syscall 0xffffffff217dffff globl
|
2
libc/sysv/calls/__mmap-sysv.s
Normal file
2
libc/sysv/calls/__mmap-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __mmap$sysv 0x00c501dd20c50009 globl hidden
|
2
libc/sysv/calls/__old_semwait_signal.s
Normal file
2
libc/sysv/calls/__old_semwait_signal.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __old_semwait_signal 0xffffffff2172ffff globl
|
2
libc/sysv/calls/__old_semwait_signal_nocancel.s
Normal file
2
libc/sysv/calls/__old_semwait_signal_nocancel.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __old_semwait_signal_nocancel 0xffffffff2173ffff globl
|
2
libc/sysv/calls/__pipe-sysv.s
Normal file
2
libc/sysv/calls/__pipe-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __pipe$sysv 0x0107021e202a0016 globl hidden
|
2
libc/sysv/calls/__pipe2-sysv.s
Normal file
2
libc/sysv/calls/__pipe2-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __pipe2$sysv 0x0065021effff0125 globl hidden
|
2
libc/sysv/calls/__pread-sysv.s
Normal file
2
libc/sysv/calls/__pread-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __pread$sysv 0x00ad01db20990011 globl hidden
|
2
libc/sysv/calls/__preadv-sysv.s
Normal file
2
libc/sysv/calls/__preadv-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __preadv$sysv 0x010b0121ffff0127 globl hidden
|
2
libc/sysv/calls/__pthread_canceled.s
Normal file
2
libc/sysv/calls/__pthread_canceled.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __pthread_canceled 0xffffffff214dffff globl
|
2
libc/sysv/calls/__pthread_chdir.s
Normal file
2
libc/sysv/calls/__pthread_chdir.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __pthread_chdir 0xffffffff215cffff globl
|
2
libc/sysv/calls/__pthread_fchdir.s
Normal file
2
libc/sysv/calls/__pthread_fchdir.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __pthread_fchdir 0xffffffff215dffff globl
|
2
libc/sysv/calls/__pthread_kill.s
Normal file
2
libc/sysv/calls/__pthread_kill.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __pthread_kill 0xffffffff2148ffff globl
|
2
libc/sysv/calls/__pthread_markcancel.s
Normal file
2
libc/sysv/calls/__pthread_markcancel.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __pthread_markcancel 0xffffffff214cffff globl
|
2
libc/sysv/calls/__pthread_sigmask.s
Normal file
2
libc/sysv/calls/__pthread_sigmask.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __pthread_sigmask 0xffffffff2149ffff globl
|
2
libc/sysv/calls/__pwrite-sysv.s
Normal file
2
libc/sysv/calls/__pwrite-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __pwrite$sysv 0x00ae01dc209a0012 globl hidden
|
2
libc/sysv/calls/__pwritev-sysv.s
Normal file
2
libc/sysv/calls/__pwritev-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __pwritev$sysv 0x010c0122ffff0128 globl hidden
|
2
libc/sysv/calls/__semwait_signal.s
Normal file
2
libc/sysv/calls/__semwait_signal.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __semwait_signal 0xffffffff214effff globl
|
2
libc/sysv/calls/__semwait_signal_nocancel.s
Normal file
2
libc/sysv/calls/__semwait_signal_nocancel.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __semwait_signal_nocancel 0xffffffff21a7ffff globl
|
2
libc/sysv/calls/__set_tcb.s
Normal file
2
libc/sysv/calls/__set_tcb.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __set_tcb 0x0149ffffffffffff globl
|
2
libc/sysv/calls/__setegid-bsd.s
Normal file
2
libc/sysv/calls/__setegid-bsd.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __setegid$bsd 0x00b600b620b6ffff globl hidden
|
2
libc/sysv/calls/__seteuid-bsd.s
Normal file
2
libc/sysv/calls/__seteuid-bsd.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __seteuid$bsd 0x00b700b720b7ffff globl hidden
|
2
libc/sysv/calls/__setugid.s
Normal file
2
libc/sysv/calls/__setugid.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __setugid 0xffff0176ffffffff globl
|
2
libc/sysv/calls/__sigwait_nocancel.s
Normal file
2
libc/sysv/calls/__sigwait_nocancel.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __sigwait_nocancel 0xffffffff21a6ffff globl
|
2
libc/sysv/calls/__socket-sysv.s
Normal file
2
libc/sysv/calls/__socket-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __socket$sysv 0x0061006120610029 globl hidden
|
2
libc/sysv/calls/__stat-sysv.s
Normal file
2
libc/sysv/calls/__stat-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __stat$sysv 0x0026ffff21520004 globl hidden
|
2
libc/sysv/calls/__syscall.s
Normal file
2
libc/sysv/calls/__syscall.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __syscall 0x00c6ffffffffffff globl
|
2
libc/sysv/calls/__sysctl.s
Normal file
2
libc/sysv/calls/__sysctl.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __sysctl 0xffff00caffffffff globl
|
2
libc/sysv/calls/__tfork.s
Normal file
2
libc/sysv/calls/__tfork.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __tfork 0x0008ffffffffffff globl
|
2
libc/sysv/calls/__threxit.s
Normal file
2
libc/sysv/calls/__threxit.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __threxit 0x012effffffffffff globl
|
2
libc/sysv/calls/__thrsigdivert.s
Normal file
2
libc/sysv/calls/__thrsigdivert.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __thrsigdivert 0x012fffffffffffff globl
|
2
libc/sysv/calls/__thrsleep.s
Normal file
2
libc/sysv/calls/__thrsleep.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __thrsleep 0x005effffffffffff globl
|
2
libc/sysv/calls/__thrwakeup.s
Normal file
2
libc/sysv/calls/__thrwakeup.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __thrwakeup 0x012dffffffffffff globl
|
2
libc/sysv/calls/__truncate-sysv.s
Normal file
2
libc/sysv/calls/__truncate-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall __truncate$sysv 0x00c801df20c8004c globl hidden
|
2
libc/sysv/calls/_sysctl.s
Normal file
2
libc/sysv/calls/_sysctl.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall _sysctl 0xffffffffffff009c globl
|
2
libc/sysv/calls/_umtx_op.s
Normal file
2
libc/sysv/calls/_umtx_op.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall _umtx_op 0xffff01c6ffffffff globl
|
2
libc/sysv/calls/abort2.s
Normal file
2
libc/sysv/calls/abort2.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall abort2 0xffff01cfffffffff globl
|
2
libc/sysv/calls/abort_with_payload.s
Normal file
2
libc/sysv/calls/abort_with_payload.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall abort_with_payload 0xffffffff2209ffff globl
|
2
libc/sysv/calls/accept_nocancel.s
Normal file
2
libc/sysv/calls/accept_nocancel.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall accept_nocancel 0xffffffff2194ffff globl
|
2
libc/sysv/calls/access-sysv.s
Normal file
2
libc/sysv/calls/access-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall access$sysv 0x0021002120210015 globl hidden
|
2
libc/sysv/calls/access_extended.s
Normal file
2
libc/sysv/calls/access_extended.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall access_extended 0xffffffff211cffff globl
|
2
libc/sysv/calls/acct.s
Normal file
2
libc/sysv/calls/acct.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall acct 0x00330033203300a3 globl
|
2
libc/sysv/calls/add_key.s
Normal file
2
libc/sysv/calls/add_key.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall add_key 0xffffffffffff00f8 globl
|
2
libc/sysv/calls/adjfreq.s
Normal file
2
libc/sysv/calls/adjfreq.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall adjfreq 0x0131ffffffffffff globl
|
2
libc/sysv/calls/adjtime.s
Normal file
2
libc/sysv/calls/adjtime.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall adjtime 0x008c008c208cffff globl
|
2
libc/sysv/calls/adjtimex.s
Normal file
2
libc/sysv/calls/adjtimex.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall adjtimex 0xffffffffffff009f globl
|
2
libc/sysv/calls/afs3_syscall.s
Normal file
2
libc/sysv/calls/afs3_syscall.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall afs3_syscall 0xffff0179ffffffff globl
|
2
libc/sysv/calls/aio_cancel.s
Normal file
2
libc/sysv/calls/aio_cancel.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall aio_cancel 0xffff013c213cffff globl
|
2
libc/sysv/calls/aio_error.s
Normal file
2
libc/sysv/calls/aio_error.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall aio_error 0xffff013d213dffff globl
|
2
libc/sysv/calls/aio_fsync.s
Normal file
2
libc/sysv/calls/aio_fsync.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall aio_fsync 0xffff01d12139ffff globl
|
2
libc/sysv/calls/aio_mlock.s
Normal file
2
libc/sysv/calls/aio_mlock.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall aio_mlock 0xffff021fffffffff globl
|
2
libc/sysv/calls/aio_read.s
Normal file
2
libc/sysv/calls/aio_read.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall aio_read 0xffff013e213effff globl
|
2
libc/sysv/calls/aio_return.s
Normal file
2
libc/sysv/calls/aio_return.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall aio_return 0xffff013a213affff globl
|
2
libc/sysv/calls/aio_suspend.s
Normal file
2
libc/sysv/calls/aio_suspend.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall aio_suspend 0xffff013b213bffff globl
|
2
libc/sysv/calls/aio_suspend_nocancel.s
Normal file
2
libc/sysv/calls/aio_suspend_nocancel.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall aio_suspend_nocancel 0xffffffff21a5ffff globl
|
2
libc/sysv/calls/aio_waitcomplete.s
Normal file
2
libc/sysv/calls/aio_waitcomplete.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall aio_waitcomplete 0xffff0167ffffffff globl
|
2
libc/sysv/calls/aio_write.s
Normal file
2
libc/sysv/calls/aio_write.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall aio_write 0xffff013f213fffff globl
|
2
libc/sysv/calls/alarm-sysv.s
Normal file
2
libc/sysv/calls/alarm-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall alarm$sysv 0xffffffffffff0025 globl hidden
|
2
libc/sysv/calls/arch_prctl-sysv.s
Normal file
2
libc/sysv/calls/arch_prctl-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall arch_prctl$sysv 0x00a500a5ffff009e globl hidden
|
2
libc/sysv/calls/audit.s
Normal file
2
libc/sysv/calls/audit.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall audit 0xffff01bd215effff globl
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue