cosmopolitan/libc/sysv/dos2errno/ENOMEM.S

21 lines
608 B
ArmAsm
Raw Normal View History

// 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