cosmopolitan/libc/sysv/dos2errno/ENOMEM.S
Justine Tunney 8f5678882d
Make dos errno multimapping linkage tinier
640 bytes for old kDos2Errno table
182 bytes for new kDos2Errno under hello2.com (MODE=fastbuild)
122 bytes for new kDos2Errno under hello2.com (MODE=tiny)
2022-09-13 06:25:50 -07:00

20 lines
608 B
ArmAsm

// generated by libc/sysv/dos2errno.sh
#include "libc/nt/errors.h"
.macro .e doscode systemv
.short \doscode
.long \systemv
.endm
.section .sort.rodata.dos2errno.2,"a",@progbits
.globl kDos2Errno.ENOMEM
.type kDos2Errno.ENOMEM,@object
kDos2Errno.ENOMEM:
.e kNtErrorCommitmentLimit,ENOMEM
.e kNtErrorNonpagedSystemResources,ENOMEM
.e kNtErrorNotEnoughMemory,ENOMEM
.e kNtErrorNotEnoughQuota,ENOMEM
.e kNtErrorNoSystemResources,ENOMEM
.e kNtErrorPagedSystemResources,ENOMEM
.e kNtErrorPagefileQuota,ENOMEM
.e kNtErrorTooManyNames,ENOMEM
.e kNtErrorWorkingSetQuota,ENOMEM
.e WSAEPROCLIM,ENOMEM