path
stringlengths 14
112
| content
stringlengths 0
6.32M
| size
int64 0
6.32M
| max_lines
int64 1
100k
| repo_name
stringclasses 2
values | autogenerated
bool 1
class |
---|---|---|---|---|---|
cosmopolitan/libc/sysv/dos2errno/EBADF.S | // generated by libc/sysv/dos2errno.sh
#include "libc/nt/errors.h"
#ifndef __x86_64__
.end
#endif
.macro .e doscode systemv
.short \doscode
.long \systemv
.endm
.section .sort.rodata.dos2errno.2,"a",@progbits
.globl kDos2Errno.EBADF
.type kDos2Errno.EBADF,@object
kDos2Errno.EBADF:
.e kNtErrorInvalidTargetHandle,EBADF
.e kNtErrorDirectAccessHandle,EBADF
| 372 | 16 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/dos2errno/ENOSYS.S | // generated by libc/sysv/dos2errno.sh
#include "libc/nt/errors.h"
#ifndef __x86_64__
.end
#endif
.macro .e doscode systemv
.short \doscode
.long \systemv
.endm
.section .sort.rodata.dos2errno.2,"a",@progbits
.globl kDos2Errno.ENOSYS
.type kDos2Errno.ENOSYS,@object
kDos2Errno.ENOSYS:
.e kNtErrorModNotFound,ENOSYS
.e WSAVERNOTSUPPORTED,ENOSYS
| 361 | 16 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/dos2errno/ENETDOWN.S | // generated by libc/sysv/dos2errno.sh
#include "libc/nt/errors.h"
#ifndef __x86_64__
.end
#endif
.macro .e doscode systemv
.short \doscode
.long \systemv
.endm
.section .sort.rodata.dos2errno.2,"a",@progbits
.globl kDos2Errno.ENETDOWN
.type kDos2Errno.ENETDOWN,@object
kDos2Errno.ENETDOWN:
.e kNtErrorBadNetResp,ENETDOWN
.e kNtErrorNetworkBusy,ENETDOWN
.e WSANOTINITIALISED,ENETDOWN
.e WSASYSNOTREADY,ENETDOWN
| 430 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/dos2errno/EWOULDBLOCK.S | // generated by libc/sysv/dos2errno.sh
#include "libc/nt/errors.h"
#ifndef __x86_64__
.end
#endif
.macro .e doscode systemv
.short \doscode
.long \systemv
.endm
.section .sort.rodata.dos2errno.2,"a",@progbits
.globl kDos2Errno.EWOULDBLOCK
.type kDos2Errno.EWOULDBLOCK,@object
kDos2Errno.EWOULDBLOCK:
.e kNtErrorReqNotAccep,EWOULDBLOCK
| 351 | 15 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/dos2errno/ENOENT.S | // generated by libc/sysv/dos2errno.sh
#include "libc/nt/errors.h"
#ifndef __x86_64__
.end
#endif
.macro .e doscode systemv
.short \doscode
.long \systemv
.endm
.section .sort.rodata.dos2errno.2,"a",@progbits
.globl kDos2Errno.ENOENT
.type kDos2Errno.ENOENT,@object
kDos2Errno.ENOENT:
.e kNtErrorBadNetpath,ENOENT
.e kNtErrorBadNetName,ENOENT
.e kNtErrorBadPathname,ENOENT
.e kNtErrorNotFound,ENOENT
.e kNtErrorNoMoreFiles,ENOENT
| 450 | 19 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/dos2errno/EINPROGRESS.S | // generated by libc/sysv/dos2errno.sh
#include "libc/nt/errors.h"
#ifndef __x86_64__
.end
#endif
.macro .e doscode systemv
.short \doscode
.long \systemv
.endm
.section .sort.rodata.dos2errno.2,"a",@progbits
.globl kDos2Errno.EINPROGRESS
.type kDos2Errno.EINPROGRESS,@object
kDos2Errno.EINPROGRESS:
.e kNtErrorIoPending,EINPROGRESS
| 349 | 15 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/dos2errno/EFAULT.S | // generated by libc/sysv/dos2errno.sh
#include "libc/nt/errors.h"
#ifndef __x86_64__
.end
#endif
.macro .e doscode systemv
.short \doscode
.long \systemv
.endm
.section .sort.rodata.dos2errno.2,"a",@progbits
.globl kDos2Errno.EFAULT
.type kDos2Errno.EFAULT,@object
kDos2Errno.EFAULT:
.e kNtErrorInsufficientBuffer,EFAULT
.e kNtErrorNoaccess,EFAULT
.e WSAEFAULT,EFAULT
| 387 | 17 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/dos2errno/EINTR.S | // generated by libc/sysv/dos2errno.sh
#include "libc/nt/errors.h"
#ifndef __x86_64__
.end
#endif
.macro .e doscode systemv
.short \doscode
.long \systemv
.endm
.section .sort.rodata.dos2errno.2,"a",@progbits
.globl kDos2Errno.EINTR
.type kDos2Errno.EINTR,@object
kDos2Errno.EINTR:
.e kNtErrorOperationAborted,EINTR
.e kNtErrorRequestAborted,EINTR
| 365 | 16 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/dos2errno/EADDRNOTAVAIL.S | // generated by libc/sysv/dos2errno.sh
#include "libc/nt/errors.h"
#ifndef __x86_64__
.end
#endif
.macro .e doscode systemv
.short \doscode
.long \systemv
.endm
.section .sort.rodata.dos2errno.2,"a",@progbits
.globl kDos2Errno.EADDRNOTAVAIL
.type kDos2Errno.EADDRNOTAVAIL,@object
kDos2Errno.EADDRNOTAVAIL:
.e kNtErrorInvalidAddress,EADDRNOTAVAIL
.e kNtErrorInvalidNetname,EADDRNOTAVAIL
| 403 | 16 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/dos2errno/ENOTSUP.S | // generated by libc/sysv/dos2errno.sh
#include "libc/nt/errors.h"
#ifndef __x86_64__
.end
#endif
.macro .e doscode systemv
.short \doscode
.long \systemv
.endm
.section .sort.rodata.dos2errno.2,"a",@progbits
.globl kDos2Errno.ENOTSUP
.type kDos2Errno.ENOTSUP,@object
kDos2Errno.ENOTSUP:
.e kNtErrorNotSupported,ENOTSUP
| 336 | 15 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/dos2errno/EISCONN.S | // generated by libc/sysv/dos2errno.sh
#include "libc/nt/errors.h"
#ifndef __x86_64__
.end
#endif
.macro .e doscode systemv
.short \doscode
.long \systemv
.endm
.section .sort.rodata.dos2errno.2,"a",@progbits
.globl kDos2Errno.EISCONN
.type kDos2Errno.EISCONN,@object
kDos2Errno.EISCONN:
.e kNtErrorConnectionActive,EISCONN
| 340 | 15 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/edom.S | #include "libc/macros.internal.h"
.text.unlikely
edom:
#ifdef __x86_64__
.leafprologue
.profilable
mov EDOM(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EDOM
ldrsw x0,[x1,#:lo12:EDOM]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn edom,globl,hidden
| 290 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/emlink.S | #include "libc/macros.internal.h"
.text.unlikely
emlink:
#ifdef __x86_64__
.leafprologue
.profilable
mov EMLINK(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EMLINK
ldrsw x0,[x1,#:lo12:EMLINK]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn emlink,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/econnreset.S | #include "libc/macros.internal.h"
.text.unlikely
econnreset:
#ifdef __x86_64__
.leafprologue
.profilable
mov ECONNRESET(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ECONNRESET
ldrsw x0,[x1,#:lo12:ECONNRESET]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn econnreset,globl,hidden
| 320 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eagain.S | #include "libc/macros.internal.h"
.text.unlikely
eagain:
#ifdef __x86_64__
.leafprologue
.profilable
mov EAGAIN(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EAGAIN
ldrsw x0,[x1,#:lo12:EAGAIN]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eagain,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enfile.S | #include "libc/macros.internal.h"
.text.unlikely
enfile:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENFILE(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENFILE
ldrsw x0,[x1,#:lo12:ENFILE]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enfile,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eprotonosupport.S | #include "libc/macros.internal.h"
.text.unlikely
eprotonosupport:
#ifdef __x86_64__
.leafprologue
.profilable
mov EPROTONOSUPPORT(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EPROTONOSUPPORT
ldrsw x0,[x1,#:lo12:EPROTONOSUPPORT]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eprotonosupport,globl,hidden
| 345 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/el2hlt.S | #include "libc/macros.internal.h"
.text.unlikely
el2hlt:
#ifdef __x86_64__
.leafprologue
.profilable
mov EL2HLT(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EL2HLT
ldrsw x0,[x1,#:lo12:EL2HLT]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn el2hlt,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/ehostunreach.S | #include "libc/macros.internal.h"
.text.unlikely
ehostunreach:
#ifdef __x86_64__
.leafprologue
.profilable
mov EHOSTUNREACH(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EHOSTUNREACH
ldrsw x0,[x1,#:lo12:EHOSTUNREACH]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn ehostunreach,globl,hidden
| 330 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enotsock.S | #include "libc/macros.internal.h"
.text.unlikely
enotsock:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENOTSOCK(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENOTSOCK
ldrsw x0,[x1,#:lo12:ENOTSOCK]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enotsock,globl,hidden
| 310 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enetunreach.S | #include "libc/macros.internal.h"
.text.unlikely
enetunreach:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENETUNREACH(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENETUNREACH
ldrsw x0,[x1,#:lo12:ENETUNREACH]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enetunreach,globl,hidden
| 325 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enotempty.S | #include "libc/macros.internal.h"
.text.unlikely
enotempty:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENOTEMPTY(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENOTEMPTY
ldrsw x0,[x1,#:lo12:ENOTEMPTY]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enotempty,globl,hidden
| 315 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/efault.S | #include "libc/macros.internal.h"
.text.unlikely
efault:
#ifdef __x86_64__
.leafprologue
.profilable
mov EFAULT(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EFAULT
ldrsw x0,[x1,#:lo12:EFAULT]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn efault,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enostr.S | #include "libc/macros.internal.h"
.text.unlikely
enostr:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENOSTR(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENOSTR
ldrsw x0,[x1,#:lo12:ENOSTR]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enostr,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enonet.S | #include "libc/macros.internal.h"
.text.unlikely
enonet:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENONET(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENONET
ldrsw x0,[x1,#:lo12:ENONET]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enonet,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eremoteio.S | #include "libc/macros.internal.h"
.text.unlikely
eremoteio:
#ifdef __x86_64__
.leafprologue
.profilable
mov EREMOTEIO(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EREMOTEIO
ldrsw x0,[x1,#:lo12:EREMOTEIO]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eremoteio,globl,hidden
| 315 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/erfkill.S | #include "libc/macros.internal.h"
.text.unlikely
erfkill:
#ifdef __x86_64__
.leafprologue
.profilable
mov ERFKILL(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ERFKILL
ldrsw x0,[x1,#:lo12:ERFKILL]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn erfkill,globl,hidden
| 305 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eintr.S | #include "libc/macros.internal.h"
.text.unlikely
eintr:
#ifdef __x86_64__
.leafprologue
.profilable
mov EINTR(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EINTR
ldrsw x0,[x1,#:lo12:EINTR]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eintr,globl,hidden
| 295 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eexist.S | #include "libc/macros.internal.h"
.text.unlikely
eexist:
#ifdef __x86_64__
.leafprologue
.profilable
mov EEXIST(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EEXIST
ldrsw x0,[x1,#:lo12:EEXIST]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eexist,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enobufs.S | #include "libc/macros.internal.h"
.text.unlikely
enobufs:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENOBUFS(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENOBUFS
ldrsw x0,[x1,#:lo12:ENOBUFS]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enobufs,globl,hidden
| 305 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/elnrng.S | #include "libc/macros.internal.h"
.text.unlikely
elnrng:
#ifdef __x86_64__
.leafprologue
.profilable
mov ELNRNG(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ELNRNG
ldrsw x0,[x1,#:lo12:ELNRNG]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn elnrng,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/edquot.S | #include "libc/macros.internal.h"
.text.unlikely
edquot:
#ifdef __x86_64__
.leafprologue
.profilable
mov EDQUOT(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EDQUOT
ldrsw x0,[x1,#:lo12:EDQUOT]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn edquot,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eloop.S | #include "libc/macros.internal.h"
.text.unlikely
eloop:
#ifdef __x86_64__
.leafprologue
.profilable
mov ELOOP(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ELOOP
ldrsw x0,[x1,#:lo12:ELOOP]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eloop,globl,hidden
| 295 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enotuniq.S | #include "libc/macros.internal.h"
.text.unlikely
enotuniq:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENOTUNIQ(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENOTUNIQ
ldrsw x0,[x1,#:lo12:ENOTUNIQ]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enotuniq,globl,hidden
| 310 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/ebusy.S | #include "libc/macros.internal.h"
.text.unlikely
ebusy:
#ifdef __x86_64__
.leafprologue
.profilable
mov EBUSY(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EBUSY
ldrsw x0,[x1,#:lo12:EBUSY]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn ebusy,globl,hidden
| 295 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/ebadf.S | #include "libc/macros.internal.h"
.text.unlikely
ebadf:
#ifdef __x86_64__
.leafprologue
.profilable
mov EBADF(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EBADF
ldrsw x0,[x1,#:lo12:EBADF]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn ebadf,globl,hidden
| 295 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/etimedout.S | #include "libc/macros.internal.h"
.text.unlikely
etimedout:
#ifdef __x86_64__
.leafprologue
.profilable
mov ETIMEDOUT(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ETIMEDOUT
ldrsw x0,[x1,#:lo12:ETIMEDOUT]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn etimedout,globl,hidden
| 315 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eopnotsupp.S | #include "libc/macros.internal.h"
.text.unlikely
eopnotsupp:
#ifdef __x86_64__
.leafprologue
.profilable
mov EOPNOTSUPP(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EOPNOTSUPP
ldrsw x0,[x1,#:lo12:EOPNOTSUPP]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eopnotsupp,globl,hidden
| 320 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eaddrnotavail.S | #include "libc/macros.internal.h"
.text.unlikely
eaddrnotavail:
#ifdef __x86_64__
.leafprologue
.profilable
mov EADDRNOTAVAIL(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EADDRNOTAVAIL
ldrsw x0,[x1,#:lo12:EADDRNOTAVAIL]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eaddrnotavail,globl,hidden
| 335 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/erange.S | #include "libc/macros.internal.h"
.text.unlikely
erange:
#ifdef __x86_64__
.leafprologue
.profilable
mov ERANGE(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ERANGE
ldrsw x0,[x1,#:lo12:ERANGE]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn erange,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enetreset.S | #include "libc/macros.internal.h"
.text.unlikely
enetreset:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENETRESET(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENETRESET
ldrsw x0,[x1,#:lo12:ENETRESET]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enetreset,globl,hidden
| 315 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/el3rst.S | #include "libc/macros.internal.h"
.text.unlikely
el3rst:
#ifdef __x86_64__
.leafprologue
.profilable
mov EL3RST(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EL3RST
ldrsw x0,[x1,#:lo12:EL3RST]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn el3rst,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enodev.S | #include "libc/macros.internal.h"
.text.unlikely
enodev:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENODEV(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENODEV
ldrsw x0,[x1,#:lo12:ENODEV]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enodev,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/ecomm.S | #include "libc/macros.internal.h"
.text.unlikely
ecomm:
#ifdef __x86_64__
.leafprologue
.profilable
mov ECOMM(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ECOMM
ldrsw x0,[x1,#:lo12:ECOMM]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn ecomm,globl,hidden
| 295 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/echild.S | #include "libc/macros.internal.h"
.text.unlikely
echild:
#ifdef __x86_64__
.leafprologue
.profilable
mov ECHILD(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ECHILD
ldrsw x0,[x1,#:lo12:ECHILD]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn echild,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/epipe.S | #include "libc/macros.internal.h"
.text.unlikely
epipe:
#ifdef __x86_64__
.leafprologue
.profilable
mov EPIPE(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EPIPE
ldrsw x0,[x1,#:lo12:EPIPE]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn epipe,globl,hidden
| 295 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/elibbad.S | #include "libc/macros.internal.h"
.text.unlikely
elibbad:
#ifdef __x86_64__
.leafprologue
.profilable
mov ELIBBAD(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ELIBBAD
ldrsw x0,[x1,#:lo12:ELIBBAD]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn elibbad,globl,hidden
| 305 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/euclean.S | #include "libc/macros.internal.h"
.text.unlikely
euclean:
#ifdef __x86_64__
.leafprologue
.profilable
mov EUCLEAN(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EUCLEAN
ldrsw x0,[x1,#:lo12:EUCLEAN]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn euclean,globl,hidden
| 305 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/espipe.S | #include "libc/macros.internal.h"
.text.unlikely
espipe:
#ifdef __x86_64__
.leafprologue
.profilable
mov ESPIPE(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ESPIPE
ldrsw x0,[x1,#:lo12:ESPIPE]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn espipe,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/emfile.S | #include "libc/macros.internal.h"
.text.unlikely
emfile:
#ifdef __x86_64__
.leafprologue
.profilable
mov EMFILE(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EMFILE
ldrsw x0,[x1,#:lo12:EMFILE]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn emfile,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eremchg.S | #include "libc/macros.internal.h"
.text.unlikely
eremchg:
#ifdef __x86_64__
.leafprologue
.profilable
mov EREMCHG(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EREMCHG
ldrsw x0,[x1,#:lo12:EREMCHG]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eremchg,globl,hidden
| 305 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enotrecoverable.S | #include "libc/macros.internal.h"
.text.unlikely
enotrecoverable:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENOTRECOVERABLE(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENOTRECOVERABLE
ldrsw x0,[x1,#:lo12:ENOTRECOVERABLE]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enotrecoverable,globl,hidden
| 345 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eilseq.S | #include "libc/macros.internal.h"
.text.unlikely
eilseq:
#ifdef __x86_64__
.leafprologue
.profilable
mov EILSEQ(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EILSEQ
ldrsw x0,[x1,#:lo12:EILSEQ]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eilseq,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/efbig.S | #include "libc/macros.internal.h"
.text.unlikely
efbig:
#ifdef __x86_64__
.leafprologue
.profilable
mov EFBIG(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EFBIG
ldrsw x0,[x1,#:lo12:EFBIG]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn efbig,globl,hidden
| 295 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enomem.S | #include "libc/macros.internal.h"
.text.unlikely
enomem:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENOMEM(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENOMEM
ldrsw x0,[x1,#:lo12:ENOMEM]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enomem,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enoprotoopt.S | #include "libc/macros.internal.h"
.text.unlikely
enoprotoopt:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENOPROTOOPT(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENOPROTOOPT
ldrsw x0,[x1,#:lo12:ENOPROTOOPT]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enoprotoopt,globl,hidden
| 325 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/ekeyrevoked.S | #include "libc/macros.internal.h"
.text.unlikely
ekeyrevoked:
#ifdef __x86_64__
.leafprologue
.profilable
mov EKEYREVOKED(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EKEYREVOKED
ldrsw x0,[x1,#:lo12:EKEYREVOKED]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn ekeyrevoked,globl,hidden
| 325 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/exdev.S | #include "libc/macros.internal.h"
.text.unlikely
exdev:
#ifdef __x86_64__
.leafprologue
.profilable
mov EXDEV(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EXDEV
ldrsw x0,[x1,#:lo12:EXDEV]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn exdev,globl,hidden
| 295 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/esrch.S | #include "libc/macros.internal.h"
.text.unlikely
esrch:
#ifdef __x86_64__
.leafprologue
.profilable
mov ESRCH(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ESRCH
ldrsw x0,[x1,#:lo12:ESRCH]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn esrch,globl,hidden
| 295 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/epfnosupport.S | #include "libc/macros.internal.h"
.text.unlikely
epfnosupport:
#ifdef __x86_64__
.leafprologue
.profilable
mov EPFNOSUPPORT(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EPFNOSUPPORT
ldrsw x0,[x1,#:lo12:EPFNOSUPPORT]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn epfnosupport,globl,hidden
| 330 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eisdir.S | #include "libc/macros.internal.h"
.text.unlikely
eisdir:
#ifdef __x86_64__
.leafprologue
.profilable
mov EISDIR(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EISDIR
ldrsw x0,[x1,#:lo12:EISDIR]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eisdir,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/ebadmsg.S | #include "libc/macros.internal.h"
.text.unlikely
ebadmsg:
#ifdef __x86_64__
.leafprologue
.profilable
mov EBADMSG(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EBADMSG
ldrsw x0,[x1,#:lo12:EBADMSG]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn ebadmsg,globl,hidden
| 305 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enosr.S | #include "libc/macros.internal.h"
.text.unlikely
enosr:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENOSR(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENOSR
ldrsw x0,[x1,#:lo12:ENOSR]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enosr,globl,hidden
| 295 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/erofs.S | #include "libc/macros.internal.h"
.text.unlikely
erofs:
#ifdef __x86_64__
.leafprologue
.profilable
mov EROFS(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EROFS
ldrsw x0,[x1,#:lo12:EROFS]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn erofs,globl,hidden
| 295 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eio.S | #include "libc/macros.internal.h"
.text.unlikely
eio:
#ifdef __x86_64__
.leafprologue
.profilable
mov EIO(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EIO
ldrsw x0,[x1,#:lo12:EIO]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eio,globl,hidden
| 285 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eprototype.S | #include "libc/macros.internal.h"
.text.unlikely
eprototype:
#ifdef __x86_64__
.leafprologue
.profilable
mov EPROTOTYPE(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EPROTOTYPE
ldrsw x0,[x1,#:lo12:EPROTOTYPE]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eprototype,globl,hidden
| 320 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eisnam.S | #include "libc/macros.internal.h"
.text.unlikely
eisnam:
#ifdef __x86_64__
.leafprologue
.profilable
mov EISNAM(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EISNAM
ldrsw x0,[x1,#:lo12:EISNAM]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eisnam,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eunatch.S | #include "libc/macros.internal.h"
.text.unlikely
eunatch:
#ifdef __x86_64__
.leafprologue
.profilable
mov EUNATCH(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EUNATCH
ldrsw x0,[x1,#:lo12:EUNATCH]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eunatch,globl,hidden
| 305 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/e2big.S | #include "libc/macros.internal.h"
.text.unlikely
e2big:
#ifdef __x86_64__
.leafprologue
.profilable
mov E2BIG(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,E2BIG
ldrsw x0,[x1,#:lo12:E2BIG]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn e2big,globl,hidden
| 295 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/ecanceled.S | #include "libc/macros.internal.h"
.text.unlikely
ecanceled:
#ifdef __x86_64__
.leafprologue
.profilable
mov ECANCELED(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ECANCELED
ldrsw x0,[x1,#:lo12:ECANCELED]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn ecanceled,globl,hidden
| 315 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eadv.S | #include "libc/macros.internal.h"
.text.unlikely
eadv:
#ifdef __x86_64__
.leafprologue
.profilable
mov EADV(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EADV
ldrsw x0,[x1,#:lo12:EADV]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eadv,globl,hidden
| 290 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eidrm.S | #include "libc/macros.internal.h"
.text.unlikely
eidrm:
#ifdef __x86_64__
.leafprologue
.profilable
mov EIDRM(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EIDRM
ldrsw x0,[x1,#:lo12:EIDRM]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eidrm,globl,hidden
| 295 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/einval.S | #include "libc/macros.internal.h"
.text.unlikely
einval:
#ifdef __x86_64__
.leafprologue
.profilable
mov EINVAL(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EINVAL
ldrsw x0,[x1,#:lo12:EINVAL]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn einval,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/edeadlk.S | #include "libc/macros.internal.h"
.text.unlikely
edeadlk:
#ifdef __x86_64__
.leafprologue
.profilable
mov EDEADLK(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EDEADLK
ldrsw x0,[x1,#:lo12:EDEADLK]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn edeadlk,globl,hidden
| 305 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enotconn.S | #include "libc/macros.internal.h"
.text.unlikely
enotconn:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENOTCONN(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENOTCONN
ldrsw x0,[x1,#:lo12:ENOTCONN]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enotconn,globl,hidden
| 310 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enotnam.S | #include "libc/macros.internal.h"
.text.unlikely
enotnam:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENOTNAM(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENOTNAM
ldrsw x0,[x1,#:lo12:ENOTNAM]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enotnam,globl,hidden
| 305 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/erestart.S | #include "libc/macros.internal.h"
.text.unlikely
erestart:
#ifdef __x86_64__
.leafprologue
.profilable
mov ERESTART(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ERESTART
ldrsw x0,[x1,#:lo12:ERESTART]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn erestart,globl,hidden
| 310 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/ealready.S | #include "libc/macros.internal.h"
.text.unlikely
ealready:
#ifdef __x86_64__
.leafprologue
.profilable
mov EALREADY(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EALREADY
ldrsw x0,[x1,#:lo12:EALREADY]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn ealready,globl,hidden
| 310 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/emsgsize.S | #include "libc/macros.internal.h"
.text.unlikely
emsgsize:
#ifdef __x86_64__
.leafprologue
.profilable
mov EMSGSIZE(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EMSGSIZE
ldrsw x0,[x1,#:lo12:EMSGSIZE]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn emsgsize,globl,hidden
| 310 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/estale.S | #include "libc/macros.internal.h"
.text.unlikely
estale:
#ifdef __x86_64__
.leafprologue
.profilable
mov ESTALE(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ESTALE
ldrsw x0,[x1,#:lo12:ESTALE]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn estale,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/etime.S | #include "libc/macros.internal.h"
.text.unlikely
etime:
#ifdef __x86_64__
.leafprologue
.profilable
mov ETIME(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ETIME
ldrsw x0,[x1,#:lo12:ETIME]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn etime,globl,hidden
| 295 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/elibacc.S | #include "libc/macros.internal.h"
.text.unlikely
elibacc:
#ifdef __x86_64__
.leafprologue
.profilable
mov ELIBACC(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ELIBACC
ldrsw x0,[x1,#:lo12:ELIBACC]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn elibacc,globl,hidden
| 305 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/ebadrqc.S | #include "libc/macros.internal.h"
.text.unlikely
ebadrqc:
#ifdef __x86_64__
.leafprologue
.profilable
mov EBADRQC(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EBADRQC
ldrsw x0,[x1,#:lo12:EBADRQC]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn ebadrqc,globl,hidden
| 305 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/esocktnosupport.S | #include "libc/macros.internal.h"
.text.unlikely
esocktnosupport:
#ifdef __x86_64__
.leafprologue
.profilable
mov ESOCKTNOSUPPORT(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ESOCKTNOSUPPORT
ldrsw x0,[x1,#:lo12:ESOCKTNOSUPPORT]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn esocktnosupport,globl,hidden
| 345 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/elibmax.S | #include "libc/macros.internal.h"
.text.unlikely
elibmax:
#ifdef __x86_64__
.leafprologue
.profilable
mov ELIBMAX(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ELIBMAX
ldrsw x0,[x1,#:lo12:ELIBMAX]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn elibmax,globl,hidden
| 305 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eacces.S | #include "libc/macros.internal.h"
.text.unlikely
eacces:
#ifdef __x86_64__
.leafprologue
.profilable
mov EACCES(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EACCES
ldrsw x0,[x1,#:lo12:EACCES]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eacces,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/ekeyrejected.S | #include "libc/macros.internal.h"
.text.unlikely
ekeyrejected:
#ifdef __x86_64__
.leafprologue
.profilable
mov EKEYREJECTED(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EKEYREJECTED
ldrsw x0,[x1,#:lo12:EKEYREJECTED]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn ekeyrejected,globl,hidden
| 330 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enomsg.S | #include "libc/macros.internal.h"
.text.unlikely
enomsg:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENOMSG(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENOMSG
ldrsw x0,[x1,#:lo12:ENOMSG]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enomsg,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enoano.S | #include "libc/macros.internal.h"
.text.unlikely
enoano:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENOANO(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENOANO
ldrsw x0,[x1,#:lo12:ENOANO]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enoano,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/emultihop.S | #include "libc/macros.internal.h"
.text.unlikely
emultihop:
#ifdef __x86_64__
.leafprologue
.profilable
mov EMULTIHOP(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EMULTIHOP
ldrsw x0,[x1,#:lo12:EMULTIHOP]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn emultihop,globl,hidden
| 315 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enavail.S | #include "libc/macros.internal.h"
.text.unlikely
enavail:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENAVAIL(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENAVAIL
ldrsw x0,[x1,#:lo12:ENAVAIL]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enavail,globl,hidden
| 305 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eproto.S | #include "libc/macros.internal.h"
.text.unlikely
eproto:
#ifdef __x86_64__
.leafprologue
.profilable
mov EPROTO(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EPROTO
ldrsw x0,[x1,#:lo12:EPROTO]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eproto,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/esrmnt.S | #include "libc/macros.internal.h"
.text.unlikely
esrmnt:
#ifdef __x86_64__
.leafprologue
.profilable
mov ESRMNT(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ESRMNT
ldrsw x0,[x1,#:lo12:ESRMNT]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn esrmnt,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eperm.S | #include "libc/macros.internal.h"
.text.unlikely
eperm:
#ifdef __x86_64__
.leafprologue
.profilable
mov EPERM(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EPERM
ldrsw x0,[x1,#:lo12:EPERM]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eperm,globl,hidden
| 295 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/emediumtype.S | #include "libc/macros.internal.h"
.text.unlikely
emediumtype:
#ifdef __x86_64__
.leafprologue
.profilable
mov EMEDIUMTYPE(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EMEDIUMTYPE
ldrsw x0,[x1,#:lo12:EMEDIUMTYPE]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn emediumtype,globl,hidden
| 325 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enosys.S | #include "libc/macros.internal.h"
.text.unlikely
enosys:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENOSYS(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENOSYS
ldrsw x0,[x1,#:lo12:ENOSYS]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enosys,globl,hidden
| 300 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/enetdown.S | #include "libc/macros.internal.h"
.text.unlikely
enetdown:
#ifdef __x86_64__
.leafprologue
.profilable
mov ENETDOWN(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ENETDOWN
ldrsw x0,[x1,#:lo12:ENETDOWN]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn enetdown,globl,hidden
| 310 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/eoverflow.S | #include "libc/macros.internal.h"
.text.unlikely
eoverflow:
#ifdef __x86_64__
.leafprologue
.profilable
mov EOVERFLOW(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EOVERFLOW
ldrsw x0,[x1,#:lo12:EOVERFLOW]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn eoverflow,globl,hidden
| 315 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/ebadr.S | #include "libc/macros.internal.h"
.text.unlikely
ebadr:
#ifdef __x86_64__
.leafprologue
.profilable
mov EBADR(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,EBADR
ldrsw x0,[x1,#:lo12:EBADR]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn ebadr,globl,hidden
| 295 | 18 | jart/cosmopolitan | false |
cosmopolitan/libc/sysv/errfuns/econnaborted.S | #include "libc/macros.internal.h"
.text.unlikely
econnaborted:
#ifdef __x86_64__
.leafprologue
.profilable
mov ECONNABORTED(%rip),%ecx
jmp __errfun
#elif defined(__aarch64__)
adrp x1,ECONNABORTED
ldrsw x0,[x1,#:lo12:ECONNABORTED]
b __errfun
#else
#error "unsupported architecture"
#endif
.endfn econnaborted,globl,hidden
| 330 | 18 | jart/cosmopolitan | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.